Demystifying Python's Internals: Diving into CPython by implementing a pipe operator

Sebastiaan Zeeff

Sebastiaan Zeeff

Sebastiaan is a Software Engineer for the Ordina Pythoneers and a Fellow of the Python Software Foundation. He has a passion for teaching Python and writing clean code. Sebastiaan is also active in the Python community, as an owner of Python Discord, open-source contributor, and Python educator. As a public speaker, he makes frequent appearances at Python conferences, including various regional PyCons, EuroPython, FOSDEM, and Pyjamas Conf. Sebastiaan lives in The Netherlands.

    摘要

    Diving into the Python source code can feel daunting. In my talk, I will take you through Python's internals by showing you how to implement a new operator, a pipe operator. This will take you on a journey through all the steps Python takes to execute your code, from parsing your code to evaluating bytecode. By the end, you will have a mental framework that allows you to dive into more comprehensive resources with more confidence. You don't have to be an expert in Python to follow along, although some affinity with Python will help.

    說明

    影片

    地點

    R1

    時間

    第一天 • 12:55-13:25 (GMT+8)

    語言

    英文演講

    層級

    中階

    分類

    Python 核心