Skip to content
David Ketcheson edited this page Feb 1, 2013 · 1 revision

To complete the pre-lecture notebooks and the course assignments, you will need access to a computer with Python and a number of scientific Python modules. The machines in the library computer lab on campus have all of this installed already.

For convenience, you may wish to install Python and the requisite modules on your own computer. The simplest ways to do this are:

If you wish, you can also install all the necessary components yourself, but I can't help you debug the process. Note that if your computer is a Mac, you already have Python but you will need a newer version (Python 2.7). If you have a Linux computer, then you probably already have Python 2.7 but you'll still need additional modules (numpy, matplotlib, ipython, and scipy, as well as their dependencies).

Clone this wiki locally