This course introduces you to advanced aspects of handling functions in Python. You'll learn about storing functions as variables, and dynamic function operations, such as passing and returning functions, and partial application.
Overview
Syllabus
- Lesson 1: Storing Functions in Variables
- Lesson 2: Higher-Order Functions and Function Arguments
- Lesson 3: Implementing Higher-Order Functions that Return Other Functions
- Lesson 4: Using Partial Functions and Lambda Expressions