Session 2: Closures, Currying and Decorators¶
- Closures
- Currying
- Decorators
Supplemental Reading¶
Closures & Currying¶
http://www.programiz.com/python-programming/closure
Decorators¶
Fluent Python – Chapter 7: Function Decorators and Closures
http://www.programiz.com/python-programming/closure
Fluent Python – Chapter 7: Function Decorators and Closures