Python Hub - Core Language
Core Language
Section titled “Core Language”Use this hub when your question is about Python itself rather than setup or external SDKs.
| Page | Why it belongs here | Guide |
|---|---|---|
| Python Basics Index | Curated basics pages grouped by concept. | Open |
| Python Features Index | Curated feature pages grouped by language feature. | Open |
| Variables and Types | Foundational runtime and value model concepts. | Open |
| Functions | Reuse, parameters, and function structure. | Open |
| Data Structures | Lists, tuples, dictionaries, and sets. | Open |
| Error Handling | Exceptions and failure handling patterns. | Open |