Contributing to Python: Difference between revisions

no edit summary
imported>Jesstess
imported>Jesstess
No edit summary
Line 1:
Welcome! This page contains instructions for getting started with contributing to Python. They cover practicing some of the common tools of open source development, as well as steps for contributing specifically to Python.
 
These instructions were written for prospective [httpshttp://wiki.python.org/moin/OPW/2014|GNOME Outreach Program for Women] and [httpshttp://wiki.python.org/moin/SummerOfCode/2014|Google Summer of Code] interns, but are relevant for anyone interested in contributing to CPython and the standard library.
 
[[File:Python_logo.png|200px]] [[File:Opw.png|200px]] [[File:Pyladies_logo.png|200px]]
Line 72:
The Python community has a lot of mailing lists. The 2 big ones for new contributors are:
 
# [httpshttp://mail.python.org/mailman/listinfo/core-mentorship| core-mentorship]: This is a great place to ask questions about contributing, ask for reviews, and get suggestions for bugs to work on.
# [httpshttp://mail.python.org/mailman/listinfo/python-dev| python-dev]: The main mailing list for developing and releasing Python. Please do not ask general Python questions on this list.
 
The core-mentorship mailing list will be our focus as we get settled in, so please [httpshttp://mail.python.org/mailman/listinfo/core-mentorship| join the list] now.
 
== Goal #2: read the developer guide ==
Anonymous user