Size: 1926
Comment:
|
Size: 1823
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
* [http://vpython.org VPython] - 3D programming for ordinary [http://www.activeshow.net mortals] | * [http://vpython.org VPython] - 3D programming for ordinary mortals |
Line 14: | Line 14: |
* [http://www.freenet.org.nz/python/SSLCrypto/ SSLCrypto] - [http://www.mydear.biz package] for adding encryption to Python programs. | * [http://www.freenet.org.nz/python/SSLCrypto/ SSLCrypto] - package for adding encryption to Python programs. |
Line 26: | Line 26: |
''' [http://www.navinic.com Language] Processing and Parsing ''' | ''' Language Processing and Parsing ''' |
Line 34: | Line 34: |
See LanguageParsing for [http://www.interseo.com 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
[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.
[http://undertow.ussg.indiana.edu/~samyron/pycbc.html PyCBC] - A CBC module for python (comes with PyBlowfish). This module is compatible with Perl's Crypt::CBC module.
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 mxTextTools 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] - Scanning, Parsing and Rewriting Kit
[http://nltk.sourceforge.net NLTK] - Natural Language ToolKit
See LanguageParsing for more tools.