Moving on from the past, Python 2 to 3 / A sprinkle of functional programming
Details
-
Doors open 6:30pm
-
Talks start 7:00pm
-
From past import print_statement by Albert-Jan Nijburg
Updating a python compiler to python 3 grammar while maintaining backwards compatibility with python2.
- Sprinkle your Python with a hint of Functional Programming by Guillaume Allain
Although an OO language at its core, how can your Python code benefit from functions as 1st citizens, using simple data structure and lazy evaluation.