A high-level tour of how CPython turns a .py file into running code — tokenizer, PEG parser, AST, compiler, the eval loop — and the runtime underneath it: the GIL, memory, the garbage collector, and concurrency. Plus what changed in 3.13, 3.14, and 3.15.