From the Introduction:
This book aims to teach you how to solve problems with computers by programming them, with an emphasis on solving problems with and learning from data.
In other words: Python, Pandas, Programming, and some Data Science.
It's intended for use in an introductory university-level course on Computer and Data Science with no prerequisites. See https://github.com/CS-DS-125 for other repositories with related course materials.
This book was developed by Mark Liffiton and Brad Sheese, building on the excellent open-source Python for Everybody and in turn on the open-source books from which it was derived.
Please report any issues with the content or the website in the Github repository issues tracker.
This work is licensed under CC BY-NC-SA 3.0. See source/AB-License.rst for details.
Requires a fork of RunestoneComponents.
Install that with pip install -e .
in the RunestoneComponents
directory.
Then pip -r requirements.txt
in the book directory.
Finally, make
should build everything.