This shows you the differences between two versions of the page.
| — |
courses:fall2012:598g:pprogramming [2012/08/15 10:04] (current) skirshne created |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ~~NOTOC~~ | ||
| + | ====== Software ====== | ||
| + | * [[http://www.enthought.com/products/epd.php|Enthought Python Distribution]] | ||
| + | * [[http://ipython.org/|iPython]] | ||
| + | * [[http://numpy.scipy.org/|Numpy]] | ||
| + | * [[http://www.scipy.org/|Scipy]] | ||
| + | * [[http://matplotlib.sourceforge.net/|Matplotlib]] | ||
| + | |||
| + | ====== Documentation and Books ====== | ||
| + | |||
| + | * [[http://docs.python.org/|Python documentation]] | ||
| + | * [[http://docs.scipy.org/doc/numpy/reference/|Numpy Reference Documentation]] | ||
| + | * [[http://docs.scipy.org/doc/scipy/reference/|Scipy Reference Documentation]] | ||
| + | * [[http://docs.scipy.org/doc/numpy/user/|Numpy Users Guide]] | ||
| + | * [[http://matplotlib.sourceforge.net/contents.html|Matplotlib Documentation]] | ||
| + | * [[http://docs.python.org/library/pdb.html|Python Debugger]] | ||
| + | * [[http://www.diveintopython.org/|Dive into Python]] | ||
| + | * [[http://oreilly.com/catalog/9780596158064/|Learning Python]] | ||
| + | * [[http://oreilly.com/catalog/9780596158101/|Programming Python]] | ||
| + | * [[http://www.rexx.com/~dkuhlman/python_book_01.html| A Python Book: Beginning Python, Advanced Python, and Python Exercises]] | ||
| + | |||
| + | ====== Editors ====== | ||
| + | |||
| + | * [[http://jesselegg.com/archives/2010/02/25/emacs-python-programmers-part-1/|Emacs for Python Programmers]] | ||
| + | * [[http://pydev.org/|Python plugin for Eclipse]] | ||