Noisebridge Python Class - Functional Python

Details
For this class we'll be going over functions - what are they, how do they work, how can we compose them and passing functions to other functions.
We'll explain args, and kwargs, and talk about what the most perfect function would look like.
We'll also talk about some of the incredibly useful functions built into the python standard library - like enumerate, map, filter, and more.
For more information please see:
Wiki Entry (https://noisebridge.net/wiki/Pyclass)
Lessons (https://github.com/PyClass/PyClassLessons/tree/master/course)
• Week 1 - September 25 - JSON and File Manipulation
• Week 2 - October 2 - String Management
• Week 3 - October 9 - SQLite with Python
• Week 4 - October 16 - Algorithms
• Week 5 - October 23 - Functional Python
• Week 6 - October 30 - Flask Basics / what is a web application?

Noisebridge Python Class - Functional Python