Getting started
Every language begins with basic execution. Learning how Python runs and how scripts are created provides a clear starting point for writing programs.
- What is Python? — The language, interpreter, and runtime model.
- Running Python from the command line — Executing scripts and interactive sessions.
- Your first Python script — Creating and running a minimal program.