Course
Learn Python from scratch — variables, control flow, functions, and the mental models behind each.
A variable is a name that points to a value. Learn to bind names, rebind them, and reason about what changes.
~8 min