Differences between revisions 2 and 4 (spanning 2 versions)
Revision 2 as of 2008-07-31 13:59:15
Size: 1146
Editor: 35
Comment:
Revision 4 as of 2017-08-07 23:22:50
Size: 1457
Comment: added reminder on the importance of Python2to3 transition for PYtho software projects.
Deletions are marked like this. Additions are marked like this.
Line 9: Line 9:
- [:CoreDevelopment:Help out with core Python development] by reviewing patches and fixing bugs. - [[CoreDevelopment|Help out with core Python development]] by reviewing patches and fixing bugs.
Line 11: Line 11:
- Proofread, edit, and extend the [http://www.python.org/dev/doc/ documentation] - Proofread, edit, and extend the [[http://www.python.org/dev/doc/|documentation]]
Line 13: Line 13:
- Join a [:LocalUserGroups:local user group] and encourage other people you know to attend. - Join a [[LocalUserGroups|local user group]] and encourage other people you know to attend.
Line 15: Line 15:
- [http://www.python.org/psf/volunteer/ Volunteer] to help out the Python Software Foundation! - [[http://www.python.org/psf/volunteer/|Volunteer]] to help out the Python Software Foundation!
Line 17: Line 17:
- Blog about your own Pythonic endeavors and syndicate your blog on [http://planet.python.org/ planet.python.org] and [http://planetpython.org/ planetpython.org]. - Blog about your own Pythonic endeavors and syndicate your blog on [[http://planet.python.org/|planet.python.org]] and [[http://planetpython.org/|planetpython.org]].
Line 21: Line 21:
- Download interesting packages from the [http://pypi.python.org/pypi Python Package Index], install them, and test them out. - Download interesting packages from the [[http://pypi.python.org/pypi|Python Package Index]], install them, and test them out.

- Help porting python [[Python3PortingStatus|modules and software]] or [[Python3LinuxDistroPortingStatus|operating system depencies]] from Python 2 to Python 3. This is a serious issue as [[http://legacy.python.org/dev/peps/pep-0373/#release-schedule|the last Python 2 release happens in 2020]].

How to Help Python

There are tons of ways you can help out Python and the associated community. Because Python is a community project, there's very little structure; you just have to find an area you're interested in and dive in! Money is good, but time is even more precious; contribute your time to Python today!

Here are a few ideas:

- Help out with core Python development by reviewing patches and fixing bugs.

- Proofread, edit, and extend the documentation

- Join a local user group and encourage other people you know to attend.

- Volunteer to help out the Python Software Foundation!

- Blog about your own Pythonic endeavors and syndicate your blog on planet.python.org and planetpython.org.

- Participate in the Google Summer of Code or the Google Highly Open Participation contest as a mentor or a student.

- Download interesting packages from the Python Package Index, install them, and test them out.

- Help porting python modules and software or operating system depencies from Python 2 to Python 3. This is a serious issue as the last Python 2 release happens in 2020.

HelpingPython (last edited 2017-08-07 23:22:50 by MaximilianFuxjaeger)

Unable to edit the page? See the FrontPage for instructions.