GithubHelp home page GithubHelp logo

plumpmath / cpython_core_tutorial Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vstinner/cpython_core_tutorial

0.0 1.0 0.0 47 KB

Tutorial to contribute to the CPython project

Home Page: http://cpython-core-tutorial.readthedocs.io/en/latest/

Makefile 9.71% Python 77.43% Batchfile 12.86%

cpython_core_tutorial's Introduction

Description

Tutorial to contribute to the CPython project.

Design and goal of the tutorial

The final goal is to train contributors to promote them to CPython core developers. That's the long term goal.

The short term goal is to fill the gap in the current devguide between "compile/install python" and "congrats! you are now a CPython core developer!". Document all the things expected to be known to become a core developer.

See also Brainstorm: CPython tutorial <https://vstinner.readthedocs.io/brainstorm_cpython_tutorial.html>_.

Gamification

  • Give badges once a quest is complete

  • Use existing https://openbadges.org/ infra?

  • Different levels of badges?

    • Big serious badges, maybe even publics, for major contributions. For example, an accepted PEP. -- use openbadges for this?
    • Minor badges, maybe kept private, not validated by third party like a mentor. The student validates its own progress on clicking "I completed the exercice". It's just a tool to make the tutorial more fun.
  • Personal but private statistics, account the number of:

    • PR: proposed, rejected, accepted (merged)
    • Emails sent
    • Bugs: open, fixed, rejected
    • Comments on bugs
    • Reviews on PR
    • XXX it may be difficult to account contributions on old CPython tools like Rietveld (old reviewing system), Mercurial where the contributor was not always mentionned, Subversion/CVS, etc.

Installation

You need to use a installed version of Sphinx.

For that, you have two options. Firstly, use the sphinx package from your favorite distribution

Fedora

dnf install python-sphinx

Debian/Ubuntu

apt-get install python3-sphinx

Compilation

Once you have an installed version of Sphinx, you can build the documentation.

make html

The result will be in build/html/index.html

You can check it via http://localhost:8000 if you run the following commands

cd build/html/
python3 -m http.server

cpython_core_tutorial's People

Contributors

vstinner avatar matrixise avatar mariatta avatar ncoghlan avatar

Watchers

GuruPoo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.