Exploring Python's bytecode cache files
InfoWorld | Dec 14, 2020
The Python runtime translates Python programs into a format called "bytecode" to speed both execution and the startup time of future runs of a program. This video explores how they work and how to handle them in your projects.
This video also makes mention of my earlier videos on Cython and Python's disassembly module. You can see those here:
Using Cython to speed up Python: https://youtu.be/8DuyATDaIdM
Python's disassembler: How to inspect Python bytecode: https://youtu.be/PJ16cdc0YKM
Copyright © 2020 IDG Communications, Inc.