Differences between revisions 1 and 2
Revision 1 as of 2005-11-15 04:48:18
Size: 2798
Editor: r200-40-245-207-dialup
Comment: Creation :)
Revision 2 as of 2005-11-15 04:49:19
Size: 2799
Editor: r200-40-245-207-dialup
Comment: Little glitch
Deletions are marked like this. Additions are marked like this.
Line 41: Line 41:
* [http://pythonmac.org/wiki/py2app py2app] - Creates stand-alone apps (like py2exe for Mac)  * [http://pythonmac.org/wiki/py2app py2app] - Creates stand-alone apps (like py2exe for Mac)

The intent of this page is to list the most commonly used Python modules, in hopes that it will provide useful for other programmers (especially beginners).

Please avoid listing modules that either:

  • You have made
  • Don't have community aproval (ie: are not widely used, are regarded as "unpythonic")

Do list modules that:

  • Get recommended often in the Tutor or comp.lang.python lists

Be warned that this list is subjective by its very nature. It's only intended as a helpful guide. It is not definitive in any way, nor should it discourage developers into developing their own modules.

Please provide a short description for each module. Try to put each module in the category that matchs it's "main" audience, since a module might fall into a couple of categories.

TableOfContents

Game development

General category

GUI

HTML Parser

Scientific

  • [http://vpython.org/ Visual Python] - Offers real-time 3D output, is easily usable by novice programmers, excellent for physics.

  • [http://www.scipy.org/ SciPy] - Includes modules for graphics and plotting, optimization, integration, special functions, signal and image processing, genetic algorithms, ODE solvers, and others.

Web development

Platform specific

Linux

Mac

Windows

XML Processing

UsefulModules (last edited 2021-09-04 03:08:16 by HorstJENS)

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