Projects
We will be relying on a few resources for this course. You will find the pertinant readings attached to each of the projects. Those readings will be culled from:
- Python for Data Science python4DS is a port of R for Data Science (2e) into Python.
- pandas User Guide
- Lets-Plot User Guide
- scikit-learn learn User Guide
- scikit-learn Tutorials
- Python Data Science Handbook
- A Whirlwind Tour of Python
- SQL
Wes McKinney’s pandas code for his book Python for Data Analysis is a useful reference as well: https://github.com/wesm/pydata-book
Back to top