- 
			
Python Quirks: Implicit Return
Python function always have to return something, right? Well, its complicated...
 - 
			
Python Quirks: Lambdas
Python lambdas are weird and underpowered... But why?
 - 
			
Python Quirks: Comments
Performance comparison of various Python comment types.