Exploring the CPython interpreter

Don't lose your head trying to understand Python.

I enjoyed this talk introduction by Allison Kaptur - “Bytes in the Machine” which provides easy but insightful introduction to the CPython intepreter. Worth watching if you’d like to know more about how CPython is implemented and what exactly the interpreter is doing.

Could be followed up with this intro by Guido or a very long tour through the CPython interpreter by Prof Philip Guo, which I’ve started watching. It’s nice to get a better understand of the tools you use everyday, and it makes me very curious about the structure of the other Python implementations: Link PyPy, Link Jython, Link tinypy, Link Skulpt, etc.