Difference between revisions of "Python"
From Healthcare Robotics Wiki
Advaitjain (Talk | contribs) (Created page with '== learning python == *[http://wiki.python.org/moin/BeginnersGuide/Programmers python for programmers] *guido's guide (http://docs.python.org/tut/) *dive into python (book) (http…') |
(→math, science, numerical, etc.) |
||
| Line 9: | Line 9: | ||
* numpy (http://numpy.scipy.org/) | * numpy (http://numpy.scipy.org/) | ||
* scipy (http://scipy.org/) | * scipy (http://scipy.org/) | ||
| − | * matplotlib (http://matplotlib.sourceforge.net/) | + | * matplotlib (http://matplotlib.sourceforge.net/): [http://matplotlib.sourceforge.net/users/shell.html#mpl-shell in ipython shell] |
* mayavi (http://code.enthought.com/projects/mayavi/) | * mayavi (http://code.enthought.com/projects/mayavi/) | ||
Revision as of 15:03, 28 October 2009
learning python
- python for programmers
- guido's guide (http://docs.python.org/tut/)
- dive into python (book) (http://www.diveintopython.org/toc/index.html)
- quick reference (http://rgruet.free.fr/PQR25/PQR2.5.html)
- ipython (http://ipython.scipy.org/moin/)
math, science, numerical, etc.
- numpy (http://numpy.scipy.org/)
- scipy (http://scipy.org/)
- matplotlib (http://matplotlib.sourceforge.net/): in ipython shell
- mayavi (http://code.enthought.com/projects/mayavi/)