-
Python Quirks: Implicit Return
Python function always have to return something, right? Well, its complicated...
-
Python Tips: Generator unrolling
There are many ways to unroll generators in Python, but which one is the best?
-
Python Tips: Dynamic function definition
Function definition in Python can be considered static, right? Wrong!
-
Python Quirks: Lambdas
Python lambdas are weird and underpowered... But why?
-
Python Quirks: Comments
Performance comparison of various Python comment types.