Пошаговый разбор исходников интерпретатора CPython.

5046
CPython internals: A ten-hour codewalk through the Python interpreter source code
CPython internals: A ten-hour codewalk through the Python interpreter source code

CPython internals: A ten-hour codewalk through the Python interpreter source code

Summary

Here are nine lectures walking through the internals of CPython, the canonical Python interpreter implemented in C. They were from a dynamic programming languages course that I taught in Fall 2014 at the University of Rochester. The format isn’t ideal, but I haven’t seen this level of detail about CPython presented online, so I wanted to share these videos.

CPython internals — Interpreter and source code overview — Lecture 1

Полная статья