free-programming-interactive-tutorials-en.md 2.2 KB
Newer Older
1 2 3 4 5 6 7 8 9
###Bash
* [Learn Shell Programming](http://www.learnshell.org)

###C
* [Learn C](http://www.learn-c.org/)

###C#
* [Learn C#](http://www.learncs.org/)

10 11 12
###Clojure
* [Clojure Koans](http://clojurekoans.com/)
* [ClojureScript Koans](http://clojurescriptkoans.com/)
13
* [Try Clojure](http://tryclj.com/)
14 15 16 17 18


###CoffeeScript
* [Smooth CoffeeScript, Interactive Edition](http://autotelicum.github.io/Smooth-CoffeeScript/interactive/interactive-coffeescript.html)

19 20
###Erlang
* [Try Erlang](http://www.tryerlang.org/)
21 22 23

###Git
* [Try Git](http://try.github.io)
24
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
25 26 27 28 29


###Go
* [The Go Tutorial](http://golang.org/doc/go_tutorial.html)

30 31 32 33 34 35
###Haskell
* [Try Haskell!](http://tryhaskell.org/)

###Java
* [Learn Java](http://www.learnjavaonline.org/)

36

V
Victor Felder 已提交
37 38
###Javascript
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
39 40 41
* [Learn JavaScript](http://www.learn-js.org/)
* [Learn knockout.js](http://learn.knockoutjs.com)
* [Try jQuery](http://try.jquery.com/)
V
Victor Felder 已提交
42 43


44 45 46 47 48 49 50 51 52 53
###Lisp
* [Lisp Koans](https://github.com/google/lisp-koans)


###MATLAB
* [Interactive Tutorials for MATLAB, Simulink, Signal Processing, Controls, and Computational Mathematics](http://www.mathworks.com/tutorials)


###NoSQL
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
54
* [Try Redis](http://try.redis.io/)
55

56 57
###Objective-C
* [Try Objective-C](http://tryobjectivec.codeschool.com)
58

59 60 61 62 63 64 65 66 67
###Ocaml
* [Try Ocaml](http://try.ocamlpro.com/)

###Perl
* [Perltuts.com](http://perltuts.com)

###PHP
* [Learn PHP](http://www.learn-php.org/)

68 69
###Python
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
70
* [Learn Python](http://www.learnpython.org/)
71 72
* [Python Koans](https://github.com/gregmalcolm/python_koans)

73 74
###R
* [Try R](http://tryr.codeschool.com)
75 76 77 78 79 80

###Ruby
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
* [Try Ruby](http://tryruby.org/)
* [Ruby Koans](http://www.rubykoans.com/)
A
Alexander Fefelov 已提交
81 82 83

###Scala
* [Scala Tour](http://www.scala-tour.com/)
84 85 86

###Vim
* [Interactive Vim Tutorial](http://www.openvim.com/tutorial.html)