Skip to content

python/devguide

Folders and files

NameName
Last commit message
Last commit date
Oct 10, 2024
Nov 3, 2024
Oct 9, 2024
Nov 3, 2024
Dec 10, 2024
Dec 15, 2024
Oct 19, 2024
Sep 27, 2024
Nov 21, 2024
Oct 7, 2024
Oct 28, 2024
Dec 12, 2024
Oct 17, 2024
Jul 16, 2024
Feb 1, 2023
Aug 15, 2024
May 25, 2024
Oct 9, 2024
Jul 31, 2023
Oct 16, 2024
Mar 27, 2024
Nov 21, 2024
Oct 19, 2024
Sep 2, 2024
Aug 15, 2024
Nov 1, 2024
Aug 31, 2024

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.

Render HTML

To render the devguide to HTML under _build/html, run:

make html

To render the devguide to HTML, and open the result in a browser, run:

make htmlview

To maintain a live view of edits as they are saved, run:

make htmllive