Week 3: Functions and Classes#

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

3.3 CheatSheet#

3.4 Tutorial #

Excercise 3#