

#13237
Mentioned in 2 episodes
CPython Internals
Your Guide to the Python 3 Interpreter
Book • 2021
This book provides a detailed and hands-on tour through the internals of the CPython interpreter.
It covers critical concepts such as reading and navigating the CPython 3.
9 source code, making changes to the Python syntax, compiling a custom version of CPython, mastering Python's memory management, and debugging C and Python code.
The book also guides readers on how to participate in the development of CPython and contribute to future versions of the Python interpreter and standard library.
With visual explanations and hands-on exercises, it helps readers optimize their Python applications and fully leverage the power of Python.
It covers critical concepts such as reading and navigating the CPython 3.
9 source code, making changes to the Python syntax, compiling a custom version of CPython, mastering Python's memory management, and debugging C and Python code.
The book also guides readers on how to participate in the development of CPython and contribute to future versions of the Python interpreter and standard library.
With visual explanations and hands-on exercises, it helps readers optimize their Python applications and fully leverage the power of Python.
Mentioned by
Mentioned in 2 episodes
Mentioned by ![undefined]()

as a book he wrote about the Python compiler.

Anthony Shaw

43 snips
#479: Designing Effective Load Tests for Your Python App
Mentioned by ![undefined]()

as a RealPython book about CPython internals.

Christopher Bailey

30 snips
Building New Structures for Learning Python
Mentioned by ![undefined]()

as a book he authored, explaining his work.

Anthony Shaw

#486: CSnakes: Embed Python code in .NET