Dive into CPython's source code by implementing a pipe operator in this 29-minute conference talk from EuroPython 2022. Explore core parts of Python's internals, including its grammar, syntax trees, and underlying logic for performing operations. Learn how to navigate the CPython source code, regenerate parser and token files, compile a modified version, and write tests for implementation. Gain a mental framework for understanding Python's internals, suitable for those interested in contributing to CPython or deepening their understanding of the language. No expert-level Python knowledge or C programming skills required.
Demystifying Python’s Internals - Diving into CPython by Implementing a Pipe Operator
EuroPython Conference via YouTube
Overview
Syllabus
Demystifying Python’s Internals - presented by Sebastiaan Zeeff
Taught by
EuroPython Conference