giampaolo / devguide

The Python developer's guide

Home Page:https://devguide.python.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://devguide.python.org/

License:Creative Commons Zero v1.0 Universal


Languages

Language:Python 59.1%Language:Batchfile 19.4%Language:Makefile 18.4%Language:HTML 2.5%Language:CSS 0.6%