= python docs =
python docs: http://www.python.org/doc/
python tutorial: http://docs.python.org/tut/tut.html
library reference: http://docs.python.org/lib/lib.html
= scipy and friends docs: http://www.scipy.org/Documentation =
Overview:
Greenfield tutorial:
Excellent tutorial showing many of the scientific python
packages used in conjunction; may use numarray but easy to
convert to numpy.
http://www.scipy.org/wikis/topical_software/Tutorial.
Hunter Perez Roadshow:
Rough around the edges and a bit out of date, but contains
useful stuff -
http://amath.colorado.edu/faculty/fperez/tmp/py4science.pdf
numpy:
for purchase: http://www.trelgol.com/
examples: http://www.scipy.org/Numpy_Example_List
numarray (older but mostly compatible, free and excellent) :
http://www.stsci.edu/resources/software_hardware/numarray/manualPDF
ipython : http://ipython.scipy.org/moin/Documentation
manual: http://ipython.scipy.org/doc/manual.pdf
video: http://showmedo.com/videos/series?name=PythonIPythonSeries
scipy:
tutorial: http://www.scipy.org/SciPy_Tutorial
cookbook: http://www.scipy.org/Cookbook
matplotlib
tutorial : http://matplotlib.sourceforge.net/tutorial.html
users guide: http://matplotlib.sourceforge.net/users_guide_0.90.0.pdf
cookbook: http://www.scipy.org/Cookbook/Matplotlib
= svn =
numpy: svn co http://svn.scipy.org/svn/numpy/trunk numpy
scipy: svn co http://svn.scipy.org/svn/scipy/trunk scipy
ipython: svn co http://ipython.scipy.org/svn/ipython/ipython/trunk ipython
matplotlib: svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib
py4science: svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/py4science
Important commands:
svn up : update the repo
svn log : see the log messages with the commits
svn diff : see the changes since the last commit - useful for
making patches
= mailing list =
py4science: http://code.astraw.com/cgi-bin/mailman/listinfo/py4science