Skip to content

The Python developer's guide

License

Notifications You must be signed in to change notification settings

encukou/devguide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Repository files navigation

The CPython Developer's Guide

Documentation Status

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, you need to use a version of Python which supports the venv module, because the make html command will create a virtual environment and will install the Sphinx package:

make html 

About

The Python developer's guide

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python59.1%
  • Batchfile19.4%
  • Makefile18.4%
  • HTML2.5%
  • CSS0.6%