Python: An improved tuple
The namedtuple
Python: An improved tuple
The namedtuple
Python: MyPy variable annotations
New to Python 3.6
Python: Mutable default arguments
A python gotcha
Python: Lambdas as lexical closures
A function that remembers the values from the enclosing lexical scope even when the program flow is no longer in that scope
Python: Lambdas as function expressions
Defining a function inline