/practical-data-science

Support for professors using Nathan George's "Practical Data Science with Python"

Primary LanguagePythonCreative Commons Zero v1.0 UniversalCC0-1.0

Practical Data Science

Support for professors using Nathan George's "Practical Data Science with Python"

Dr. George wrote a fine text on data science. Aaron Hillegass decided to use it to teach at GSU. He needed some slides and homework assignments.

To build these slides, you must install mdslides:

python3 -m pip install git+https://gitlab.com/da_doomer/markdown-slides.git

Then clone this repository. Inside that directory, run build_slides.py:

python3 build_slides.py

You will find an html file for each chapter in the resulting slides directory.