#240: A guided tour of the CPython source code

Talk Python To Me

Episode | Podcast

Date: Wed, 27 Nov 2019 00:00:00 -0800

You might use Python every day. But how much do you know about what happens under the covers, down at the C level? When you type something like variable = [], what are the byte-codes that accomplish this? How about the class backing the list itself?