Differences between revisions 25 and 26
Revision 25 as of 2006-06-22 16:04:48
Size: 6219
Editor: solon
Comment: spell LaTeX correctly and include TeX
Revision 26 as of 2006-08-17 15:38:31
Size: 6257
Editor: PaulBoddie
Comment: Corrected spelling, added game libraries entry, tidied somewhat.
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * Don't have community approval (ie: are not widely used, are regarded as "unpythonic")  * Don't have community approval (ie. are not widely used, are regarded as "unpythonic")
Line 12: Line 12:
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. Please provide a short description for each module. Try to put each module in the category that matches it's "main" audience, since a module might fall into a couple of categories.
Line 21: Line 21:
 * A more comprehensive list can be found on the ["PythonGameLibraries"] page.
Line 70: Line 71:
 * Web Programming is, in many cases, a matter of taste. See more alternatives in WebProgramming  * See a more complete list of topics on the ["WebProgramming"] page.
Line 76: Line 77:
==== Linux ====

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 approval (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 matches it's "main" audience, since a module might fall into a couple of categories.

TableOfContents

Database

Game development

General category

GUI

HTML Forms

HTML Parser

ID3 Handling

Image manipulation

Plotting

The SciPy [http://scipy.org/Topical_Software#head-b98ffdb309ccce4e4504a25ea75b5c806e4897b6 topical software] page has a longer list.

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 i* mage processing, genetic algorithms, ODE solvers, and others.

  • [http://www.omegahat.org/RSPython/index.html Python Bindings for R] - R is a well known, open source (GPL 2) statistical package. RSPython provides the ability to access R from python, and vice-versa.

Networking

Threading

Web development

Platform specific

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.