Python Memory Management and Tips Transcripts
Chapter: Python variables and memory
Lecture: CPython source book

Login or purchase this course to watch this video and the rest of the course contents.
0:00 If you're a fan of this red pill type of thinking, you should definitely check out Anthony Shaw's CPython internals.
0:07 I've had him on the podcast a couple times to talk about it, and he's finally written it up as a book.
0:13 So this, like 350 pages talking about all the CPython source code, how you can figure out, you know navigate where in the whole structure,
0:21 different things are, like where the object headers vs the objects themselves and digging into
0:27 a whole bunch of interesting things the parsers and whatnot. So if you want to dive into not just the memory side of CPython,
0:35 which is what we're gonna still spend a lot of time on, if you want to look at the whole thing, the parsers, the execution and everything, you know,
0:42 check out Anthony's book. It's definitely good, recommend it.


Talk Python's Mastodon Michael Kennedy's Mastodon