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
A Brief History of Data StorageEuroPython Conference via YouTube Breaking the Stereotype - Evolution & Persistence of Gender Bias in Tech
EuroPython Conference via YouTube We Can Get More from Spatial, GIS, and Public Domain Datasets
EuroPython Conference via YouTube Using NLP to Detect Knots in Protein Structures
EuroPython Conference via YouTube The Challenges of Doing Infra-As-Code Without "The Cloud"
EuroPython Conference via YouTube