PUBLISHED BITS COURSE · 08
Python, inside out
From a line of syntax to silicon
What this course develops
Learn Python while following each construct through objects, bytecode, CPython, memory, syscalls, and the machine beneath it.
- Syntax
- Object model
- Bytecode
- CPython VM
- Memory & GIL
- Native boundary
Scope
Syntax → bytecode → runtime → operating system