Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Four free python resources #123

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ One of the "unteachable" skills of data science is an intuition for analysis. Wh
* Data Analysis in Python [Tutorial](http://bit.ly/mode-python-tutorials)
* Python for Data Analysis [Book ```$24```](http://amzn.to/Q2pI5I)
* An Example Data Science Process [ipynb](http://bit.ly/ipydsprocess)
* Intro to Python for Data Science [Interactive Tutorial](http://bit.ly/1OHx2uV)
* Python for Data Science by Microsoft [MOOC edX](http://bit.ly/2l9Dogt)
* Applied Data Science with Python [MOOC Coursera](http://bit.ly/2danP4n)

### Data Communication and Design

Expand Down Expand Up @@ -207,6 +210,7 @@ _OSDSM Specialization: [Data Journalism](https://github.com/datasciencemasters/g
* Learn Python the Hard Way [Digital](http://bit.ly/ebook-learnpyhardway) & [Book ```$23```](http://amzn.to/1hmzGw9)
* Python [Class / Google](http://bit.ly/T4j40A)
* Think Python [Digital](http://bit.ly/ebook-thinkpy) & [Book ```$34```](http://amzn.to/1ktQ5ZU)
* CodeCademy Python Tutorial [Interactive Tutorial](http://bit.ly/1GO0Fx1)

#### **Python** (Libraries)
Installing Basic Packages [Python, virtualenv, NumPy, SciPy, matplotlib and IPython ](http://bit.ly/scientific-py-install) & [Using Python Scientifically](http://bit.ly/lecture-scipy)
Expand Down