Completed
Function Defaults
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
All Singing All Dancing Python Bytecode
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 What is Bytecode?
- 3 Opcodes and HAVE_ARGUMENT
- 4 Stack Machine Part 1
- 5 Bytecode Variable Types
- 6 Data And Metadata, Part 1
- 7 Function Defaults
- 8 Line Numbers
- 9 Classes Are Callables, Part 2
- 10 Readable & Hand-Coded, Part 2
- 11 Maynard vs. gunk
- 12 Class Disassembly With Maynard
- 13 The Simplest Possible VM, Part 2
- 14 Resources