Full theory
- Python — High-level, readable, general-purpose language with dynamic typing.
- Indentation — Blocks use spaces — wrong indent is a SyntaxError.
- Batteries included — Rich standard library for files, web, data, and scripting.
- Use cases — Backend APIs, data/ML, automation, scripting, and tooling.
- Interview tip — Say “readable + versatile” and name one real project use.
Exam tip
Explain What is Python as: meaning → why it matters → one tiny example.