Skip to content

python/devguide

Folders and files

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

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