Differences between revisions 1 and 21 (spanning 20 versions)
Revision 1 as of 2002-07-12 03:50:42
Size: 17
Editor: p50839495
Comment:
Revision 21 as of 2004-06-04 14:26:23
Size: 1650
Editor: ns1
Comment: added link to PyLZMA
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
 * VenomPackage ''' Basic and General Resources '''

 * CmdModule - tool for creating command line oriented user interface
 * VenomPackage - nonspecific functions useful for any project, with extensive docs and unit tests.

''' Visualization, Graphics and Games Stuff '''

 * [http://mayavi.sourceforge.net/ MayaVi] A library and application for scientific visualization based on VTK.
 * [http://vpython.org VPython] - 3D programming for ordinary mortals
 * [http://www.alcyone.com/pyos/chess Chess] - a chess adjudicator module

''' Web, Security and Cryptography '''

 * [http://www.freenet.org.nz/python/SSLCrypto/ SSLCrypto] - package for adding encryption to Python programs.
 * ''Any good pointers to client-side web prog resources, anybody?''

''' Data compression '''

 * [http://www.joachim-bauch.de/projects/python/pylzma/ PyLZMA] - Python bindings for the LZMA compression algorithm.

''' Documenting '''

 * [http://epydoc.sourceforge.net epydoc] - API documentation generator for Python modules

''' Language Processing and Parsing '''

 * [http://www.lemburg.com/files/python/mxTextTools.html mxTextTools] - a fast text manipulation toolkit for Python
 * [http://simpleparse.sourceforge.net SimpleParse] - a parser generator for mxText``Tools v2.0.0
 * [http://systems.cs.uchicago.edu/ply/ply.html PLY] - the '''lex''' and '''yacc''' compiler construction tools implemented in plain Python
 * [http://pages.cpsc.ucalgary.ca/~aycock/spark SPARK] - '''S'''canning, '''Pa'''rsing and '''R'''ewriting '''K'''it
 * [http://nltk.sourceforge.net NLTK] - Natural Language Tool``Kit

 See LanguageParsing for more tools.

Basic and General Resources

  • CmdModule - tool for creating command line oriented user interface

  • VenomPackage - nonspecific functions useful for any project, with extensive docs and unit tests.

Visualization, Graphics and Games Stuff

Web, Security and Cryptography

Data compression

Documenting

Language Processing and Parsing

GeneralLibraries (last edited 2010-05-02 11:23:13 by techtonik)

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