Unit 8 - Decomposition, Abstraction, Recursion and Lambda (Advanced)

This unit is about advanced function concepts. I would like you to have at least understood:

  • Decomposition and Abstraction
  • *args and **kwargs

The rest are more difficult and may take some time to understand. Please do not worry if these don't make sense at first.

In this unit we will cover:

  • Decomposition and Abstraction
  • *args and **kwargs
  • Decorators
  • Recursion 101
  • Memoization (Advanced)
  • Lambda Functions, Map and Filter