Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.41 KB

README.md

File metadata and controls

11 lines (7 loc) · 1.41 KB

Binder

Python-Bootcamp

This repository is comprised of notebooks, datasets, and other related materials for Python Bootcamp, an introduction course to data science in Python.

This repository can be accessed via this short link:

bit.ly/py-bootcamp

Most Notebooks come from A Whirlwind Tour of Python (free 100-page pdf - backup link here) by Jake VanderPlas (under CC0 license). Slight modifications and updates have been made in some places to keep its content up to date. A Whirlwind Tour of Python is a fast-paced introduction to essential components of the Python language for data science and/or scientific programming. This material was written and tested using Python 3.7, and should work for any Python 3.X version.

Some content of a handful of notebooks come from Python Data Science Handbook by Jake VanderPlas (under the MIT license. Read more at the Open Source Initiative). Modifications and updates have been made.