From 4dabe8674a155590e40496c4b585a843fc771031 Mon Sep 17 00:00:00 2001 From: Md Mehrab Alam Date: Sat, 12 Dec 2015 22:30:58 +0530 Subject: [PATCH 1/3] Update free-courses-en.md added python and flask source --- free-courses-en.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/free-courses-en.md b/free-courses-en.md index bd9666a9..a01fd859 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -182,6 +182,7 @@ * [Introduction to Computer Science and Programming](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/) (MIT's opencourseware) * [Learn Python](https://pythonspot.com) * [Programming for Everybody](https://www.coursera.org/course/pythonlearn) +* [Learn to program in Python](https://www.codecademy.com/learn/python) ### R @@ -218,5 +219,6 @@ ### Web Development * [Discover Flask - Full Stack Web Development with Flask](https://github.com/realpython/discover-flask) +* [Flask Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) * [The Odin Project - Learn Web Development for Free](http://www.theodinproject.com) * [Udacity Web Development Course Catalog](https://www.udacity.com/courses#!/web-development) From ae54f7327a0a48a4fe55eac96ca2f088efafa208 Mon Sep 17 00:00:00 2001 From: Md Mehrab Alam Date: Sat, 12 Dec 2015 22:33:17 +0530 Subject: [PATCH 2/3] Update free-courses-en.md modify name --- free-courses-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-courses-en.md b/free-courses-en.md index a01fd859..e5e453e3 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -219,6 +219,6 @@ ### Web Development * [Discover Flask - Full Stack Web Development with Flask](https://github.com/realpython/discover-flask) -* [Flask Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) +* [Flask(A Python Microframework) Tutorial](http://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world) * [The Odin Project - Learn Web Development for Free](http://www.theodinproject.com) * [Udacity Web Development Course Catalog](https://www.udacity.com/courses#!/web-development) From 13ddb025d20b43542e0ba62e01e02d32c07408c3 Mon Sep 17 00:00:00 2001 From: Md Mehrab Alam Date: Sun, 13 Dec 2015 12:40:21 -0800 Subject: [PATCH 3/3] Update free-courses-en.md reorder in alphabetical order --- free-courses-en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-courses-en.md b/free-courses-en.md index e5e453e3..77423326 100644 --- a/free-courses-en.md +++ b/free-courses-en.md @@ -181,8 +181,8 @@ * [Google's Python Course](https://developers.google.com/edu/python/) * [Introduction to Computer Science and Programming](http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-00sc-introduction-to-computer-science-and-programming-spring-2011/) (MIT's opencourseware) * [Learn Python](https://pythonspot.com) -* [Programming for Everybody](https://www.coursera.org/course/pythonlearn) * [Learn to program in Python](https://www.codecademy.com/learn/python) +* [Programming for Everybody](https://www.coursera.org/course/pythonlearn) ### R