From 25a7b0d3d00038a6ae9d35ca96373f410492950b Mon Sep 17 00:00:00 2001 From: Vinoth kumar A Date: Tue, 13 May 2014 05:49:09 +0530 Subject: [PATCH] Update free-programming-interactive-tutorials-en.md Added interactive courses in Python and Ruby.. Added new Section for HTML&CSS and added two courses.. --- free-programming-interactive-tutorials-en.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/free-programming-interactive-tutorials-en.md b/free-programming-interactive-tutorials-en.md index c5a6ec54..cce44eb3 100644 --- a/free-programming-interactive-tutorials-en.md +++ b/free-programming-interactive-tutorials-en.md @@ -42,6 +42,11 @@ * [Try Haskell!](http://tryhaskell.org/) +###HTML&CSS +* [Learn HTML & CSS interactively](http://www.codecademy.com/tracks/web) +* [Prototyping a professional website](http://www.codecademy.com/skills/prototyping) + + ###Java * [Learn Java](http://www.learnjavaonline.org/) @@ -83,6 +88,7 @@ ###Python +* [Codecademy Python course](http://www.codecademy.com/tracks/python) * [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html) * [Learn Python](http://www.learnpython.org/) * [Python Koans](https://github.com/gregmalcolm/python_koans) @@ -94,6 +100,7 @@ ###Ruby * [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby) +* [Codeschool Ruby paths](https://www.codeschool.com/paths/ruby) * [Ruby Koans](http://www.rubykoans.com/) * [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com) * [Try Ruby](http://tryruby.org/) -- GitLab