2014-10-26 01:49:18 +05:30
### Index
* [Bash ](#bash )
* [C ](#c )
* [C# ](#c-sharp )
* [Clojure ](#clojure )
* [CoffeeScript ](#coffeescript )
* [Erlang ](#erlang )
* [F# ](#f-sharp )
* [Git ](#git )
* [Go ](#go )
* [Haskell ](#haskell )
* [HTML / CSS ](#html--css )
* [Java ](#java )
* [Javascript ](#javascript )
* [Lisp ](#lisp )
* [MATLAB ](#matlab )
* [Node ](#node )
* [NoSQL ](#nosql )
* [Objective-C ](#objective-c )
* [Ocaml ](#ocaml )
* [PHP ](#php )
* [Python ](#python )
* [R ](#r )
* [Ruby ](#ruby )
* [Scala ](#scala )
* [Vim ](#vim )
2014-07-27 22:16:50 +02:00
### Bash
2014-01-17 01:01:34 +07:00
* [Learn Shell Programming ](http://www.learnshell.org )
2014-01-18 21:53:38 +01:00
2014-07-27 22:16:50 +02:00
### C
2014-01-17 01:01:34 +07:00
* [Learn C ](http://www.learn-c.org/ )
2014-01-18 21:53:38 +01:00
2014-10-26 01:49:18 +05:30
### C Sharp
2014-01-17 01:01:34 +07:00
* [Learn C# ](http://www.learncs.org/ )
2014-01-18 21:53:38 +01:00
2014-07-27 22:16:50 +02:00
### Clojure
2014-11-14 08:49:36 +01:00
* [4Clojure - Koans ](https://www.4clojure.com/ )
2014-01-06 20:30:56 -08:00
* [Clojure Koans ](http://clojurekoans.com/ )
* [ClojureScript Koans ](http://clojurescriptkoans.com/ )
2014-01-17 01:01:34 +07:00
* [Try Clojure ](http://tryclj.com/ )
2014-01-06 20:30:56 -08:00
2014-07-27 22:16:50 +02:00
### CoffeeScript
2014-07-27 10:04:51 +08:00
* [Coffeescript Style Guide ](https://github.com/polarmobile/coffeescript-style-guide/blob/master/README.md )
2014-01-06 20:30:56 -08:00
* [Smooth CoffeeScript, Interactive Edition ](http://autotelicum.github.io/Smooth-CoffeeScript/interactive/interactive-coffeescript.html )
2014-01-18 21:53:38 +01:00
2014-07-27 22:16:50 +02:00
### Erlang
2014-01-17 01:01:34 +07:00
* [Try Erlang ](http://www.tryerlang.org/ )
2014-01-06 20:30:56 -08:00
2014-01-18 21:53:38 +01:00
2014-10-26 01:49:18 +05:30
### F Sharp
2014-01-29 19:50:43 +00:00
* [Try F# ](http://www.tryfsharp.org/ )
2014-07-27 22:16:50 +02:00
### Git
2014-01-17 01:03:17 +07:00
* [Githug ](https://github.com/Gazler/githug ) (Tutorial in shell)
2014-01-08 14:11:20 -05:00
* [Learn Git Branching ](http://pcottle.github.io/learnGitBranching/ )
2014-01-20 17:32:26 -08:00
* [Try Git ](http://try.github.io )
2014-01-06 20:30:56 -08:00
2014-07-27 22:16:50 +02:00
### Go
2014-06-29 15:54:09 -07:00
* [Go Koans ](https://github.com/cdarwin/go-koans )
2014-01-06 20:30:56 -08:00
* [The Go Tutorial ](http://golang.org/doc/go_tutorial.html )
2014-01-18 21:53:38 +01:00
2014-07-27 22:16:50 +02:00
### Haskell
2014-01-17 01:01:34 +07:00
* [Try Haskell! ](http://tryhaskell.org/ )
2014-01-18 21:53:38 +01:00
2014-10-26 01:49:18 +05:30
### HTML / CSS
2014-05-13 05:49:09 +05:30
* [Learn HTML & CSS interactively ](http://www.codecademy.com/tracks/web )
* [Prototyping a professional website ](http://www.codecademy.com/skills/prototyping )
2014-07-27 22:16:50 +02:00
### Java
2014-05-27 13:57:10 +02:00
* [CodingBat code practice ](http://codingbat.com/java )
2014-11-04 13:17:51 -05:00
* [Learneroo Java tutorial ](http://www.learneroo.com/modules/11 )
2014-01-17 01:01:34 +07:00
* [Learn Java ](http://www.learnjavaonline.org/ )
2014-01-06 20:30:56 -08:00
2014-07-27 22:16:50 +02:00
### JavaScript
2014-05-16 07:04:09 +05:30
* [Codecademy jquery track ](http://www.codecademy.com/tracks/jquery )
* [Javascript interactive tutorial ](http://www.codecademy.com/tracks/javascript )
2014-01-09 17:23:47 +01:00
* [Learning Advanced JavaScript ](http://ejohn.org/apps/learn/ )
2014-01-17 01:01:34 +07:00
* [Learn JavaScript ](http://www.learn-js.org/ )
* [Learn knockout.js ](http://learn.knockoutjs.com )
* [Try jQuery ](http://try.jquery.com/ )
2014-01-09 17:23:47 +01:00
2014-07-27 22:16:50 +02:00
### Lisp
2014-01-06 20:30:56 -08:00
* [Lisp Koans ](https://github.com/google/lisp-koans )
2014-07-27 22:16:50 +02:00
### MATLAB
2014-01-06 20:30:56 -08:00
* [Interactive Tutorials for MATLAB, Simulink, Signal Processing, Controls, and Computational Mathematics ](http://www.mathworks.com/tutorials )
2014-07-27 22:16:50 +02:00
### Node
2014-04-12 02:02:30 +05:30
* [Node School ](http://nodeschool.io/ )
2014-07-27 22:16:50 +02:00
### NoSQL
2014-01-06 20:30:56 -08:00
* [MongoDB Koans ](https://github.com/chicagoruby/MongoDB_Koans )
2014-01-17 01:01:34 +07:00
* [Try Redis ](http://try.redis.io/ )
2014-01-06 20:30:56 -08:00
2014-01-09 13:34:13 +00:00
2014-07-27 22:16:50 +02:00
### Objective-C
2014-01-09 13:34:13 +00:00
* [Try Objective-C ](http://tryobjectivec.codeschool.com )
2014-01-06 20:30:56 -08:00
2014-01-18 14:23:50 -03:00
2014-07-27 22:16:50 +02:00
### Ocaml
2014-01-17 01:01:34 +07:00
* [Try Ocaml ](http://try.ocamlpro.com/ )
2014-01-18 21:53:38 +01:00
2014-07-27 22:16:50 +02:00
### PHP
2014-06-29 15:50:23 -07:00
* [CodeCademy PHP ](http://www.codecademy.com/tracks/php )
2014-01-17 01:01:34 +07:00
* [Learn PHP ](http://www.learn-php.org/ )
2014-01-18 09:28:57 -03:00
2014-07-27 22:16:50 +02:00
### Python
2014-05-13 05:49:09 +05:30
* [Codecademy Python course ](http://www.codecademy.com/tracks/python )
2014-01-06 20:30:56 -08:00
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition ](http://interactivepython.org/courselib/static/thinkcspy/index.html )
2014-01-17 01:01:34 +07:00
* [Learn Python ](http://www.learnpython.org/ )
2014-01-06 20:30:56 -08:00
* [Python Koans ](https://github.com/gregmalcolm/python_koans )
2014-01-18 21:53:38 +01:00
2014-07-27 22:16:50 +02:00
### R
2014-01-17 01:01:34 +07:00
* [Try R ](http://tryr.codeschool.com )
2014-10-27 15:19:07 +02:00
### Racket
* [Try Racket ](http://try-racket.org/ )
2014-01-06 20:30:56 -08:00
2014-01-18 21:53:38 +01:00
2014-07-27 22:16:50 +02:00
### Ruby
2014-01-06 20:30:56 -08:00
* [CodeCademy Ruby ](http://www.codecademy.com/tracks/ruby )
2014-05-13 05:49:09 +05:30
* [Codeschool Ruby paths ](https://www.codeschool.com/paths/ruby )
2014-01-06 20:30:56 -08:00
* [Ruby Koans ](http://www.rubykoans.com/ )
2014-01-20 17:34:12 -08:00
* [RubyMonk - Interactive Ruby tutorials ](http://rubymonk.com )
2014-05-23 12:27:19 -07:00
* [The Odin Project ](http://www.theodinproject.com/ )
2014-01-20 17:34:12 -08:00
* [Try Ruby ](http://tryruby.org/ )
2014-01-14 23:27:39 +04:00
2014-01-18 09:28:57 -03:00
2014-07-27 22:16:50 +02:00
### Scala
2014-01-14 23:27:39 +04:00
* [Scala Tour ](http://www.scala-tour.com/ )
2014-01-17 01:01:34 +07:00
2014-01-18 21:53:38 +01:00
2014-07-27 22:16:50 +02:00
### Vim
2014-01-17 01:01:34 +07:00
* [Interactive Vim Tutorial ](http://www.openvim.com/tutorial.html )