3.1 - Functions - [Notebook] - [Video]
- Functions Returning a Value
- Functions Returning Multiple Values
- Recursive Functions
- Implicit Arguments
- Keyword Arguments, *args, and **kwargs
- Map, Filter, and Lambda Functions
3.2 - Classes - [Notebook] - [Video]
- Attributes
- Methods
- Inheritance
- Magic Methods