10000 GitHub - python/devguide at e87fa511eadc3f52a3c92f84fc8505cc9c9067f4
[go: up one dir, main page]

Skip to content

python/devguide

Repository files navigation

The CPython Developer's Guide

Documentation Status Python Discourse chat Code style is black

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://devguide.python.org.

Compilation

For the compilation of the devguide, Python 3.11+ is needed:

make html
0