Beginner’s Python: Session Six
Session Content
Standard Content
- Create functions to modularise your code
- Add function parameters
- Apply recursive strategies to solve common problems
- Understand the nature of variable scope
Additional Notes
- Using
None
- Passing by reference/value
- Args and kwargs
- Lambda Functions
- Functional programming
- Accessing global variables
- Memoisation