Recent posts

Unpacking Operators

3 minute read

Ever come across a time when you wanted to extract all elements of a list using a single expression. Well, in that case unpacking operators are exactly what...

Lambda Expressions

2 minute read

I happened to stumble upon this expression recently while going through a piece of code and after reading the python docs I just realised that I could very ...