Contributing to Python: Difference between revisions

no edit summary
imported>Jesstess
No edit summary
imported>Jesstess
No edit summary
Line 78:
 
== Goal #2: read the developer guide ==
 
[[File:Safari.png|100px]]
 
Python has excellent documentation for getting started with contribution in its developer guide: http://docs.python.org/devguide/
Line 83 ⟶ 85:
Please read through the following sections of the developer guide:
 
# Quick start: [http://docs.python.org/devguide/#quick-start| Quick start]
# Setup: [http://docs.python.org/devguide/setup.html| Setup]
# Where to get help: [http://docs.python.org/devguide/help.html| Where to get help]
# The lifecycle of a patch: [http://docs.python.org/devguide/patch.html| The lifecycle of a patch]
# Writing and running tests: [http://docs.python.org/devguide/runtests.html| Writing and running tests]
# Using the issue tracker: [http://docs.python.org/devguide/tracker.html#tracker| Using the issue tracker]
# The CPython development cycle: [http://docs.python.org/devguide/devcycle.html| The CPython development cycle]
 
By the end, you'll:
Anonymous user