| Reference | Description |
|---|---|
| Python 3 docs | Official language reference and library documentation. |
| Python Tutorial | Official beginner-to-intermediate tour of the language. |
| realpython.com | Practical tutorials, articles, and video courses for all levels. |
| w3schools.com | Quick reference with interactive examples. |
| Python PEPs | Python Enhancement Proposals — design rationale for every feature. |
| Python Shell (online) | Browser-based Python REPL — run snippets without installing anything. |