Difference between revisions of "Python"

From New IAC Wiki
Jump to navigation Jump to search
(Created page with 'Python is software for image manuplating. Downloads: Python: [http://www.python.org/download/ Python] PIL, the Python Image Library, provides image processing functionality ...')
 
Line 11: Line 11:
  
 
[http://www.lfd.uci.edu/~gohlke/pythonlibs/ PIL ]
 
[http://www.lfd.uci.edu/~gohlke/pythonlibs/ PIL ]
 +
 +
PIL manual [[File:Python_Imaging_Library.pdf]]
  
 
SciPy is software for mathematics, science, and engineering. Requires NumPy MKL.  
 
SciPy is software for mathematics, science, and engineering. Requires NumPy MKL.  
  
 
[http://www.lfd.uci.edu/~gohlke/pythonlibs/ SciPy ]
 
[http://www.lfd.uci.edu/~gohlke/pythonlibs/ SciPy ]
 +
 +
[http://sandbox.mc.edu/friendly_python/lab1.html Lessons]

Revision as of 20:54, 27 July 2010

Python is software for image manuplating.

Downloads:

Python:

Python


PIL, the Python Image Library, provides image processing functionality and supports many file formats.

PIL

PIL manual File:Python Imaging Library.pdf

SciPy is software for mathematics, science, and engineering. Requires NumPy MKL.

SciPy

Lessons