[Video 186] Allison Kaptur: Bytes in the Machine — Inside the CPython interpreter

What happens when you execute a line of Python code? Experienced Python developers know that it’s turned into bytecodes, which are then executed. But how does that happen, and how can we describe the process? In this talk, Allison Kaptur goes through the workings of the Python virtual machine, describing byte codes and the ways in which they’re used. If you’re a Python developer, then this is likely going to reveal a great deal of useful under-the-hood information that can help to inform your development work.

Leave a Reply