Size: 4729
Comment: NetworkX added.
|
Size: 5162
Comment: Added PIL, VIPS.
|
Deletions are marked like this. | Additions are marked like this. |
Line 19: | Line 19: |
== Packages included with Sage == | == Packages included in Sage == |
Line 31: | Line 31: |
* [[http://www.amk.ca/python/code/crypto.html | PyCrypto]] - Cryptographic algorithms and protocols. | |
Line 44: | Line 45: |
* [[http://www.pythonware.com/products/pil/ | Python Imaging Library (PIL)]] - Image processing - [[http://www.pythonware.com/library/pil/handbook/index.htm | docs]]. | |
Line 45: | Line 47: |
* [[http://www.vips.ecs.soton.ac.uk/index.php?title=VIPS | VIPS]] - Image processing - [[http://www.vips.ecs.soton.ac.uk/index.php?title=Documentation | docs]]. |
Python / Cython resources
General
Python - docs, FAQs, wiki, language, library, modules, packages, quickref, python-dev, repo, tracker.
Tutorials, books, etc.
Dive into Python by M. Pilgrim.
How to Think Like a Computer Scientist: Learning with Python by J. Elkener, A. B. Downey, and C. Meyers.
Python for Software Design by A. B. Downey.
Articles, HOWTOs, etc.
decorator by M. Simionato.
Functional Programming HOWTO by A. M. Kuchling.
Regular Expression HOWTO by A. M. Kuchling.
Packages included in Sage
matplotlib - 2D plotting - docs, examples, gallery.
Mercurial (hg) - Source control manager - book, extensions.
MoinMoin - Wiki engine - extensions.
Pexpect - Spawn and control processes.
PyCrypto - Cryptographic algorithms and protocols.
SQLAlchemy - Database toolkit - docs.
ZODB - Object database.
Other packages
Google App Engine - Web framework - docs.
Python Imaging Library (PIL) - Image processing - docs.
Pyjamas - Web and desktop framework.