Contribute Media
A thank you to everyone who makes this possible: Read More

Life of a Python program

Description

Sometimes is good to know what's happening under the hood, this talk will explain how CPython works internally since we type python myprogram.py until our code is finally executed explaining the process that CPython does to run our programs.

The goal of this talk is explain people how to explore the code of the interpreter itself using some common tools and let regular Python developers that aren't used to work with C lose the fear about looking under the hood.

Details

Improve this page