# devguide **Repository Path**: mirrors_akheron/devguide ## Basic Information - **Project Name**: devguide - **Description**: The Python developer's guide - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: github - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README The CPython Developer's Guide ============================= .. image:: http://readthedocs.org/projects/cpython-devguide/badge/?version=latest :target: http://cpython-devguide.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status latest .. image:: http://readthedocs.org/projects/cpython-devguide/badge/?version=github :target: http://cpython-devguide.readthedocs.io/en/github/?badge=github :alt: Documentation Status github This guide covers how to contribute to CPython. It is known by the nickname of "the devguide" by the Python core developers. The official home of this guide is https://docs.python.org/devguide/, but an up-to-date mirror of this repository is also available at http://cpython-devguide.readthedocs.io/en/latest/ (use the mirror if you want to verify that a recent change worked well as the copy on docs.python.org is updated only a few times a day). GitHub work ----------- If you wish to contribute to updating the devguide then please submit PRs to the `github branch `_. You can view the rendered version of this branch at http://cpython-devguide.readthedocs.io/en/github/.