29:45
Understanding Python Bytecode | PyCon 2018
At some point every Python programmer sees Python bytecode files -- they're those '.pyc' files Python likes to leave behind after it ...
12:35
Python Bytecode: An Introductory Tutorial
This is a great way to sample starting to get further and further into the internals of CPython, the de facto Python Reference ...
21:42
Python as Orchestrator: When to Glue, When to Compute - Freya Bhushan Mehta - 2026
https://pretalx.northbaypython.org/nbpy-2026/talk/ERUJ9T/ Python powers Netflix's recommendation engine, processes petabytes ...
5:13
Python and Pandas with Reuven Lerner
You can learn a lot about Python, and how it works, by examining the bytecodes created when you compile a function. In this ...
29:45
James Bennett - A Bit about Bytes: Understanding Python Bytecode - PyCon 2018
Speaker: James Bennett At some point every Python programmer sees Python bytecode files -- they're those '.pyc' files Python ...
32:17
Bytecode and .pyc files - Konrad Gawda
Bytecode and .pyc files - Konrad Gawda - PyCon Italia 2025 Elevator Pitch: Down to the deep of the interpreter: we will explore the ...
3:43
Python Bytecode Explained Visually Line by Line (dis module).
Python does not run your source code directly. CPython converts it into bytecode, and that bytecode is what actually executes.
19:18
From for loop to bytecode - Discover how python works under the hood #python #howto
FusionFunLab – 60-Second Tech Wizardry
In this video, we'll peel back the layers of Python and dive deep into the hidden mechanics behind everyday tools like for loops, ...
11:07
Python and Pandas with Reuven Lerner
Have you ever wondered what your function looks like under the hood? In this video, I give you a quick introduction to Python ...
3:43
Python dis Module: Uncover Python Bytecode for Beginners
Dive into the world of Python bytecode with the 'dis' module! This tutorial is tailored for beginners and demystifies the inner ...
30:59
"See CPython run: Getting to know your Python interpreter" - James Bennett (North Bay Python 2019)
James Bennett https://2019.northbaypython.org/schedule/presentation/10/ Python is a pretty neat language, but without an ...
4:46
Python bytecode extractor and analyzer docker container
To make it easier for anyone to extract python-byte code from a Windows binary which was packed with either py2exe or ...
5:07
Python Internals Explained: Interpreter, Bytecode & CPython VM
Dive deep into Python internals and uncover how your code really runs! This video provides a beginner-friendly explanation of ...
3:37
Python's disassembler: How to inspect Python bytecode
Python runs programs by compiling them into bytecode, an instruction set used to drive its interpreter. With the "dis" module, you ...
2:35
How Does Python Actually Work? | Python Explained for Beginners #python #coding #programming
Have you ever wondered what happens behind the scenes when you run a Python program? In this video, we'll break down ...
2:25:53
Parsing Java Bytecode with Python (JelloVM Ep.01)
References: - Specs: https://docs.oracle.com/javase/specs/jvms/se7/html/jvms-4.html - WASM Learning Website: ...
15:14
Dive Into The Details: Disassembling Python Code
Today we learn how to disassemble Python code to byte code using the dis package. This can be very useful for debugging.
15:41
Improving your Python by understanding Python bytecode!
In this video we have a look at Python bytecode to try to demistify what is going on under the hood! Hopefully you found this fun :) I ...
3:41
What is Python Bytecode? (The Missing Piece Explained Clearly)
If you think Python runs your code directly, you're missing half the story. Learn how Python Bytecode works, why .pyc files exist, ...
4:15:44
replay - html python bytecode stack machine vis - 2025-11-30
today I built a visualization tool for an upcoming guest lecture where I'm going to walk through how the python bytecode machine ...