- 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. Please make sure you download Python 2.7, 32 bit version of the installer.
Please note that installing Anaconda is the recommended option for doing the workshop.
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
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