Sections

Python · Section 1

Python Fundamentals

The names, the objects they point at, the containers you reach for every day, and the notation that takes them apart and builds them back up. Everything later in Python rests on what a name actually is.

Python overview
  1. Core language12 core12 standard24 concepts
  2. Functions8 core8 standard1 reference17 concepts
  3. Built-ins worth knowing well7 core7 standard14 concepts
  4. Modules and imports4 core4 standard8 concepts