Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 731 Bytes

README.rst

File metadata and controls

26 lines (17 loc) · 731 Bytes

Notebooks and other materials for the EuroPython 2015 tutorial

Here are my materials for the tutorial on Wed 22, 2015 in EuroPython 2015.

You can get the latest release of the materials here:

https://github.com/FrancescAlted/EuroPython2015/releases

Also, make sure that you have the next Python packages installed:

  • numpy
  • pandas
  • bcolz
  • tables (pytables)
  • matplotlib
  • ipython_memwatcher

I recommend to use Anaconda to install most of the packages above, and for the software that is not in anaconda.org repos, just use pip, e.g.:

$ pip install ipython_memwatcher

and start by the different tutorials following the numerical order.

** Enjoy data! **