Differences between revisions 1 and 15 (spanning 14 versions)
Revision 1 as of 2002-10-07 06:40:14
Size: 492
Editor: ppp129-174
Comment:
Revision 15 as of 2013-02-27 18:18:23
Size: 2068
Editor: kirpit
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
There are several lists of Python-related projects: = Python Projects =
As a programming language, Python is the foundation of many software projects producing things like applications, libraries, modules and packages. Since so many projects exist, it can be difficult to find one which is concentrating on a particular topic of interest, but there are several starting points:
Line 3: Line 4:
 * [http://py.vaults.ca/parnassus/apyllo.py/ Vaults of Parnassus] - possibly main Python resource list.
 * Many Python projects located on Sourceforge
 * [[Applications]] - a list of Python-based applications
 * UsefulModules - libraries, modules and packages
 * PublishingPythonModules - places where modules are often publicised
 * PythonMed - Python Med (along the lines of [[http://wiki.debian.org/DebianMed|DebianMed]]) presents packages that are associated with medicine, pre-clinical research, life science and bio-informatics.
 * [[http://www.sourceforge.net/|SourceForge]] hosts open source Python-based software projects:
  * Browse for projects written on [[http://sourceforge.net/softwaremap/trove_list.php?form_cat=178|Python]]
 * [[http://pythonsource.com|Python Source]] is a directory of open source python projects.
 * [[http://packageupdates.org/language/python/|Packageupdates.org]] lists "top" and "hot" Python packages. The site can also send email notifications for package updates.
 * [[http://pydoc.net/|PyDoc.net]] provides package and source code navigation with advanced search features.
Line 6: Line 14:
  * You can [http://sourceforge.net/search/?q=python search] for them
  * Browse for projects written on [http://sourceforge.net/softwaremap/trove_list.php?form_cat=178 Python]
  * and look for information in Sourceforge [http://python.foundries.sourceforge.net/ Python Foundry]
== Code Fragments ==
Useful code does not always exist in the context of a project - smaller fragments may be published in various places:

 * [[Code]] - a list of small code fragments
 * [[http://aspn.activestate.com/ASPN/Python/Cookbook/|The Python Cookbook]] - a site with pieces of code, rated and commented

== Ideas for New Projects ==
Sometimes there is no project addressing a certain need, or perhaps a project has been started and requires help to reach its objectives.

 * CodingProjectIdeas - a list of ideas for projects of various sizes

== Statistics on Projects ==
For those who like statistics, some resources exist cataloguing the size and popularity of some Python projects:

 * LargePythonProjects
 * MostPopularPythonProjects

Python Projects

As a programming language, Python is the foundation of many software projects producing things like applications, libraries, modules and packages. Since so many projects exist, it can be difficult to find one which is concentrating on a particular topic of interest, but there are several starting points:

  • Applications - a list of Python-based applications

  • UsefulModules - libraries, modules and packages

  • PublishingPythonModules - places where modules are often publicised

  • PythonMed - Python Med (along the lines of DebianMed) presents packages that are associated with medicine, pre-clinical research, life science and bio-informatics.

  • SourceForge hosts open source Python-based software projects:

    • Browse for projects written on Python

  • Python Source is a directory of open source python projects.

  • Packageupdates.org lists "top" and "hot" Python packages. The site can also send email notifications for package updates.

  • PyDoc.net provides package and source code navigation with advanced search features.

Code Fragments

Useful code does not always exist in the context of a project - smaller fragments may be published in various places:

Ideas for New Projects

Sometimes there is no project addressing a certain need, or perhaps a project has been started and requires help to reach its objectives.

Statistics on Projects

For those who like statistics, some resources exist cataloguing the size and popularity of some Python projects:

PythonProjects (last edited 2015-01-08 11:09:16 by WolfgangMaier)

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