Starter project code for students taking Udacity ud120 (updated to Python3)
Overview of changes:
- Shabangs changed to python3
- Parentheses around print statements
- Pickle files opened in binary mode for read/write
- Library updates like urllib and cPickle
- Language core changes like translate
- Occasional Python3 syntax helper comments
Software version numbers (2015-09-04):
- Python: 3.4.3
- GCC: 4.9.2
- scikit-learn: 0.16.1
- nltk: 3.0.4
- numpy: 1.9.2
- matplotlib: 1.4.3