Syntax and data
Programs are built from values and rules for combining them. Understanding how Python represents and manipulates data is essential for writing correct code.
- Variables and assignment — Naming values and updating state.
- Built-in types and conversion — Core data types and type casting.
- Strings and text output — Creating and displaying textual data.