James Bennett - A Bit about Bytes: Understanding Python Bytecode - PyCon 2018
PyCon 2018 PyCon 2018
21.2K subscribers
25,702 views
729

 Published On May 13, 2018

Speaker: James Bennett

At some point every Python programmer sees Python bytecode files -- they're those '.pyc' files Python likes to leave behind after it runs. But have you ever wondered what's really going on in those files? Well, wonder no more! In this talk you'll learn what Python bytecode is and how it's used to execute your code, as well as how to decipher and read it, and how to reason about bytecode to understand the performance of your Python code.

Slides can be found at: https://speakerdeck.com/pycon2018 and https://github.com/PyCon/2018-slides

show more

Share/Embed