Python Developer’s Guide

Those of you who would like to learn more about how Python works, about the internals of the language, should have a look at Python Developer’s Guide. This is a comprehensive resource for contributing to Python – for both new and experienced contributors. It’s also a great resource for those who want to understand how to optimize Python code. Of particular interest is the section on CPython’s internals, which talks about the interpreter, bytecode, and garbage collection.


Leave a Reply

Your email address will not be published. Required fields are marked *