Introduction and Getting Started
Learn what Python is, how to install it, and write your very first program.
Syntax, Statements, and Output
Understand Python's indentation rules, how statements work, and how to display output with print().
Variables, Names, and Casting
Store and change values with variables, follow Python naming rules, and convert between types.
Comments and Docstrings
Explain intent in Python code without repeating obvious operations.
Running Python Files
Run scripts, modules, and interactive snippets with predictable paths and arguments.