Course

Fundamentals of Python

Learn Python from scratch — variables, control flow, functions, and the mental models behind each.

  1. 1

    Variables and Assignment

    A variable is a name that points to a value. Learn to bind names, rebind them, and reason about what changes.

    ~8 min