Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 1.49 KB

README.md

File metadata and controls

13 lines (11 loc) · 1.49 KB

Solutions for Data Science Fundamentals: Intro to Python

  • Updated after assignments are worked through with the class
Notebook Title Description Launch in Colab
Git and Github forking a respository, cloning your forked copy to your local machine, and some Git commands. Google Colab Badge
RPN Calculator Programming a Reverse Polish Notation calculator (live w/ class) Google Colab Badge
Linear Regression light data analysis, implement sklearn's LinearRegression model, matplotlib visualization Google Colab Badge
Resource Title Description Direct Link
DS Intro Notebooks Intro to Data Science workshops GitHub repo. . http://bit.ly/intro-ds-repo
OOP in Python Fundamentals of object-oriented programming in Python. Story w/ code, demo and two examples. http://bit.ly/oop-in-python