Skip to content

Instantly share code, notes, and snippets.

@jaidevd
Last active December 31, 2015 00:49
Show Gist options
  • Save jaidevd/7910031 to your computer and use it in GitHub Desktop.
Save jaidevd/7910031 to your computer and use it in GitHub Desktop.
Requirements for tutorials at SciPy India 2013

Python modules required for tutorials at SciPy India 2013

Dear participants,

Here is a checklist of the packages that you will require in order to make the most out of the tutorials being offered at SciPy India 2013. For the list of tutorials offered, please visit http://scipy.in/2013/schedule/

  1. NumPy
  2. SciPy
  3. Matplotlib
  4. IPython
  5. Pandas
  6. Statsmodels
  7. Scikit-learn
  8. SymPy
  9. SWIG
  10. ExpEyes (*)
  11. Descartes
  12. Shapely
  13. Fiona
  14. PySal
  15. geopandas (http://github.com/kjordahl/geopandas)

(*) Th ExpEyes package is available via the apt package manager on Ubuntu 13.04. For other operating systems you will have to install the following packages.

  • pyserial
  • imaging-tk
  • xmgrace
  • gcc-avr
  • avrlibc
  • avrdue

If you have a Python distribution like Canopy/Anaconda/Python(X,Y), then most of these packages might be already installed on your machine. If not, you can use pip or easy_install or any other package management tool to install them. You may even install these packages from source.

Please verify that the packages mentioned above are installed and are working properly

If you have trouble installing these packages, please refer to online documentation for the required packages. In any case, these packages will be distributed as a zipped bundle at the conference venue. You are encouraged to install them beforehand because that will save a lot of time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment