Bridge Academy.
WEEKLY MATERIALS · SPRING 2026

Weekly Materials

Showing Level II materials for Python Functions. Password required to download the notebooks.

Filter active: Python Functions.
BACK TO CONCEPT →ALL TOPICS →
  1. LESSON 01
    Python Functions · Part 1
    Function design; defaults and keyword calls; tuple returns; type hints preview; mutable-default warning.
    PCEP 4.1
    GUIDE →PRACTICE →
  2. LESSON 02
    Python Functions · Part 2
    LEGB scope; `nonlocal`; flexible argument packing; closures and higher-order previews.
    PCEP 4.1
    GUIDE →PRACTICE →
  3. LESSON 03
    Python Functions · Part 3
    Docstrings and recursion; memoization preview; composition; pure vs impure design.
    PCEP 4.1PCEP 4.2
    GUIDE →PRACTICE →
  4. LESSON 04
    Python Functions · High School Practice (W11)
    50 progressive questions for high school students: function basics, parameters, return values, conditionals/loops inside functions, working with strings, lists, and dicts.
    PCEP 4.1PCEP 4.2
    PRACTICE →