- Have a Github account (email your username to steve+bigdive@steveasleep.com
- Clone this repository
cd
to your local copy- Optional:
virtualenv --no-site-packages --distribute env && env/bin/activate
pip install -r requirements.txt
- Visit Yelp Dataset Challenge and get a copy of the Yelp data set
- Put it in
mrjob_course/data/yelp
- Run
make
data/
: All data to be used in exercisesexercises/
: Test cases and stub files for exercisesscripts/
: Some code I used to generate the data, ignore thissolutions/
: No peeking! Completed exercise code that can be copied over the stub files to work correctly.syllabus.txt
: Overview of course order
python exercises/<exercise>/test.py