Demystifying Python’s Internals - Diving into CPython by Implementing a Pipe Operator
Offered By: EuroPython Conference via YouTube
Course Description
Overview
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.
Syllabus
Demystifying Python’s Internals - presented by Sebastiaan Zeeff
Taught by
EuroPython Conference
Related Courses
Porting Python to WebAssemblyCNCF [Cloud Native Computing Foundation] via YouTube How We Are Making CPython Faster - Past, Present and Future
EuroPython Conference via YouTube How We Are Supercharging F-Strings in Python 3.12
EuroPython Conference via YouTube Tales of Python Security
EuroPython Conference via YouTube Memory Problems, Did Collector Forget to Clean the Garbage?
EuroPython Conference via YouTube