Cpython
Chien-Lung Kao
Broschiertes Buch

Cpython

A Complete Guide to Cpython's Architecture and Performance

Versandkostenfrei!
Erscheint vorauss. 12. Februar 2026
43,99 €
inkl. MwSt.
PAYBACK Punkte
22 °P sammeln!
Deep Dive CPython explores the internal mechanics of CPython, the widely used Python interpreter written in C. Starting with a practical guide on downloading and compiling the CPython source, this book is perfect for developers eager to understand Python's behaviour at a fundamental level.The book takes readers from basic concepts to complex details with a systematic breakdown of core components. It covers everything from CPython's data structures like PyObject and PyTypeObject to object lifecycle management, giving insight into memory allocation and object reference counting. Each chapter ill...