Lambda & Functional Tools · Part 1
Lambda basics; map/filter; sorting with `key=`; short functional pipelines.
Lesson 28 · Lambda & Functional Tools · Part 1 — Level II · Guide
December 3, 2026 · Bridge Academy Python Program
Learning goals
- Write short lambda expressions. - Use map() and filter(). - Sort with a key= lambda. - Choose when a lambda is a good fit.
Students meet lambda as a tool for short one-expression jobs. The lesson focuses on readable transformations and sorting tasks.
Preview truncated — download the notebook to see the full lesson.