BOOKS - PROGRAMMING - CPython Internals Your Guide to the Python 3 Interpreter
US $5.63
17437
17437
CPython Internals Your Guide to the Python 3 Interpreter
Author: Anthony Shaw
Year: 2021
Number of pages: 389
Format: PDF
File size: 11 MB
Language: ENG
Year: 2021
Number of pages: 389
Format: PDF
File size: 11 MB
Language: ENG
Unlock the Inner Workings of the Python Language, Compile the Python Interpreter From Source Code, And Participate in the Development of CPython GoalsBy the End of the Book You’ll Be Able To:Read and navigate the CPython 3.9 interpreter source code. You’ll deeply comprehend and appreciate the inner workings of concepts like lists, dictionaries, and generators.Make changes to the Python syntax and compile your own version of CPython, from scratch. You’ll customize the Python core data types with new functionality and run CPython’s automated test suite.Master CPython’s memory management capabilities and scale your Python code with parallelism and concurrency.