tangchen / Foundations-of-Data-Science-with-Python

Foundations of Data Science with Python, by John M. Shea, teaches how to begin working with data, create visualizations, conduct statistical tests using resampling, perform analyses and make optimal decisions based on probability theory, and manipulate multi-dimensional data using linear algebra.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Foundations of Data Science with Python (FDSP)

This book covers practical and mathematical foundations of data science, including:

  • data visualization
  • probability
  • statistics
  • linear algebra
  • application of these fundamentals to generate meaning from data.

FDSE is targeted at learners who have basic programming experience (preferably with Python) and knowledge of one-dimensional differential and integral calculus. It is designed to replace traditional courses on Engineering Statistics and Computation Linear Algebra.

The book can be read here: https://jmshea.github.io/Foundations-of-Data-Science-with-Python

FDSP provides an interactive experience with:

  • Interactive self-assessment quizzes via JupyterQuiz Animated GIF showing example interactive quiz via JupyterQuiz
  • Interactive flashcards to aid in learning terminology via JupyterCards Animated GIF showing the output of JupyterCards for a sample set of 3 cards

This repository is an experiment with writing in public. I will be putting the book here while it is still in very early and rough shape. My goals in doing this are to both offer this as a resource to the community and to get feedback from the community. Your feedback is welcome, but please do understand that this is very early and rough, so please be kind!

Copyright 2021 by John M. Shea. All rights reserved.

About

Foundations of Data Science with Python, by John M. Shea, teaches how to begin working with data, create visualizations, conduct statistical tests using resampling, perform analyses and make optimal decisions based on probability theory, and manipulate multi-dimensional data using linear algebra.


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%