Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sivaa/16df272eba5d2bac7754351ddc5ae269 to your computer and use it in GitHub Desktop.
Save sivaa/16df272eba5d2bac7754351ddc5ae269 to your computer and use it in GitHub Desktop.

Installation Instructions:

  • Please install Anaconda 3.5.
  • We will be using Jupyter notebook as our IDE.
  • To check if installed correctly, open the command shell and type: $ jupyter notebook
  • It should fire up a browser. In the browser, select New -> Python (root) from the right-hand top menu. It will open another tab. In the cell, on that new tab, enter the following command : import pandas as pd
  • Click shift+enter to run it. If it runs fine, you are good to go for the workshop.
  • Please post installation issues on this meetup page.
  • Please note that there will be NO installation help provided on the day of the workshop.
  • The datasets for the workshop will be provided on the day of the workshop
@mramanathan
Copy link

Other than Pandas, what other pkg do we plan to use from Anaconda which isn't part of standard Python v3.x ?

@dhilipsiva
Copy link

dhilipsiva commented Nov 18, 2016

@sivaa: Like @mramanathan mentioned above - what other Python packages should we install? 🔝 Would prefer to be on Python if possible.

@ChillarAnand
Copy link

@dhilipsiva pandas and jupyter should be sufficient.

@gudiseva
Copy link

Team: Request you to share the Datasets and Notebook after the Workshop. Unfortunately, I am unable to attend the session today. Thanks!

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