Differences between revisions 17 and 19 (spanning 2 versions)
Revision 17 as of 2003-12-22 23:36:46
Size: 1106
Editor: free82
Comment:
Revision 19 as of 2004-03-15 02:59:05
Size: 1426
Editor: c-180-204-7
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
 * CmdModule
 * 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.
Line 5: Line 11:
 * [http://nltk.sourceforge.net NLTK] - Natural Language Tool``Kit
''' Security and Cryptography '''

 * [http://www.freenet.org.nz/python/SSLCrypto/ SSLCrypto] - package for adding encryption to Python programs.

''' Documenting '''
Line 7: Line 19:
 * SLCrypto is a package for Python that dramatically eases the task of adding encryption to Python programs. [http://www.freenet.org.nz/python/SSLCrypto/]
[[BR]]
 * [http://pages.cpsc.ucalgary.ca/~aycock/spark SPARK] - Scanning, PArsing and Rewriting Kit

''' Language Processing and Parsing '''
Line 12: Line 24:
 * [http://mayavi.sourceforge.net/ MayaVi] A library and application for scientific visualization based on VTK.  * [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
Line 14: Line 28:
 * [http://systems.cs.uchicago.edu/ply/ply.html PLY] - a Python-only implementation of the popular compiler construction tools lex and yacc
See LanguageParsing for more tools.
 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

Security and Cryptography

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.