Skip to content

Source Material for ODSC Pre-Conference Workshop

Notifications You must be signed in to change notification settings

dsakagi/odsc-pisa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An Intro to Data Science with Python

This is the material used for the introduction Data Science with Python workshop. It uses Jupyter notebook, pandas, matplotlib, seaborn, and scikit-learn.

Getting started

Easy route

Install Anaconda from Continuum IO. Supports Windows, Mac, and Linux

Almost as easy route

Assuming you are in a *nix environment and set up to use virtual environments, you can get set up with the following:

mkvirtualenv odsc
git clone https://github.com/joshloyal/odsc-pisa.git
cd odsc-pisa
make

It will take a while, as it will both setup your new virtualenv with the packages we need, as well as download the data we will be playing with.

About

Source Material for ODSC Pre-Conference Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •