1. Orientation
What CPython is, building from source, the repository layout, reading C code, the runtime model, and the path from source code to execution.
| Chapter | Title |
|---|---|
| 1 | What CPython Is |
| 2 | Building CPython From Source |
| 3 | Repository Layout |
| 4 | Reading CPython C Code |
| 5 | The Runtime Model |
| 6 | From Source Code to Execution |