Robert Carrington - C for Yourself: Exploring Python Internals at the REPL (PyTexas 2017)

Опубликовано: 29 Март 2026
на канале: PyTexas
2,214
55

Completely ignoring how Python is implemented can get you into some nasty bugs. Having a basic mental model will protect you, and it doesn’t require reading CPython source code! I’ll show you a fun way to dissect common Python types down to the level of bytes, using the ctypes library and the REPL.