|
6 | 6 | - [Comprehensive topic-wise list of Machine Learning and Deep Learning tutorials, codes, articles and other resources](https://github.com/ujjwalkarn/Machine-Learning-Tutorials/blob/master/README.md).
|
7 | 7 |
|
8 | 8 | ## The Python Language
|
9 |
| -- [Learn Python Codecademy](https://www.codecademy.com/learn/python#) |
10 | 9 | - [Python 3 in one picture](https://fossbytes.com/wp-content/uploads/2015/09/python-3-in-one-pic.png)
|
11 | 10 | - [**Awesome Python**](https://github.com/vinta/awesome-python)
|
12 | 11 | - [**Jargon from the functional programming world in simple terms!**](https://github.com/hemanth/functional-programming-jargon)
|
|
26 | 25 | - [Scripting with Python](https://www.schrodinger.com//AcrobatFile.php?type=supportdocs&type2=&ident=404)
|
27 | 26 | - [**Can I use Python as a bash replacement?**](http://stackoverflow.com/questions/209470/can-i-use-python-as-a-bash-replacement)
|
28 | 27 |
|
| 28 | +## Useful Online Courses |
| 29 | +- [Learn Python (Codecademy)](https://www.codecademy.com/learn/python#) |
| 30 | +- [Free Interactive Course: Intro to Python for Data Science (DataCamp)](https://www.datacamp.com/courses/intro-to-python-for-data-science) |
| 31 | +- [Introduction to Computer Science and Programming Using Python (MIT)](https://www.edx.org/course/introduction-computer-science-mitx-6-00-1x-11) |
| 32 | +- [Python for Everybody](https://www.coursera.org/learn/python) |
| 33 | +- [Python Programming Essentials](https://www.coursera.org/learn/python-programming) |
| 34 | + |
29 | 35 | ## Data Science with Python
|
30 | 36 | - [**Data Science IPython Notebooks**](https://github.com/donnemartin/data-science-ipython-notebooks)
|
31 | 37 | - [Awesome Python - Data Analysis](https://github.com/vinta/awesome-python#science-and-data-analysis)
|
|
46 | 52 | - [**Which is better for data analysis: R or Python?**](https://www.quora.com/Which-is-better-for-data-analysis-R-or-Python)
|
47 | 53 | - [**Web scraping in Python**](https://github.com/ujjwalkarn/Web-Scraping)
|
48 | 54 | - [The Guide to Learning Python for Data Science](http://www.datasciencecentral.com/profiles/blogs/the-guide-to-learning-python-for-data-science-2)
|
49 |
| -- [Free Interactive Course: Intro to Python for Data Science](https://www.datacamp.com/courses/intro-to-python-for-data-science) |
50 | 55 | - [Python For Data Science - A Cheat Sheet For Beginners](https://www.datacamp.com/community/tutorials/python-data-science-cheat-sheet-basics)
|
51 | 56 | - [Top voted Python data science questions](http://datascience.stackexchange.com/questions/tagged/python)
|
52 | 57 | - [Awesome Python - Data Visualization](https://github.com/vinta/awesome-python#data-visualization)
|
|
0 commit comments