Files for the Intro to Python workshops, presented by the IDEA Student Center of UC San Diego.
- python 2.7 or 3.5
- ipython notebook (aka jupyter notebook)
- numpy
- matplotlib
We highly recommend installing Python and related scientific packages using Anaconda, a free Python distribution created by Continuum Analytics that is compatible with Windows, Mac OSX and Linux. To install:
- go to the Anaconda download page: http://continuum.io/downloads
- download the Python 3.5 installer for your OS
- run the installer
If you're having trouble installing or running Python locally, you can alternative using the Binder hosting service by clicking here:
NOTE The Binder service is free, but it is a temporary fix.