- Laptop running Linux / OSX / Windows operating system
- Minimum 4GB of RAM
- Laptop charger
We will be using Python 2.7 version for the exercise. Users should install the Anaconda distribution from Continuum - https://www.continuum.io/downloads. We request you to check if your Operating System is 32 bit or 64 bit and download the according Anaconda installer
To find out what architecture your OS is, here are references for Windows, OSX and Ubuntu:
- Windows and OSX: http://www.akaipro.com/kb/article/1616#os_32_or_64_bit
- Ubuntu: http://askubuntu.com/a/41334
Please note that installing Anaconda is the recommended option for doing the workshop.
Please run the below commands from your command line interface
conda install seaborn
Run the check_env.sh
script to check if you have all the packages installed.
If you want to start learning / brushup your basics python programming skills, here is the material you can use - http://anandology.com/python-practice-book/getting-started.html
However, if you don't want to use Anaconda for some reason, then please ensure you have the PyData stack installed in your computer. Please check that the following libraries are installed in your python virtual environment.
- Jupyter
- Matplotlib
- Numpy
- Scipy
- Pandas
- Seaborn
- Sklearn
- SQLite3