free-programming-interactive-tutorials-en.md 2.3 KB
Newer Older
1 2 3
###Bash
* [Learn Shell Programming](http://www.learnshell.org)

4

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

8

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

12

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


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

22

23 24
###Erlang
* [Try Erlang](http://www.tryerlang.org/)
25

26

A
Andrea 已提交
27 28 29 30
###F#
* [Try F#](http://www.tryfsharp.org/)


31
###Git
32
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
33
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
C
Chris Ben 已提交
34
* [Try Git](http://try.github.io)
35 36 37 38 39


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

40

41 42 43
###Haskell
* [Try Haskell!](http://tryhaskell.org/)

44

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

48

C
Chris Ben 已提交
49
###JavaScript
V
Victor Felder 已提交
50
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
51 52 53
* [Learn JavaScript](http://www.learn-js.org/)
* [Learn knockout.js](http://learn.knockoutjs.com)
* [Try jQuery](http://try.jquery.com/)
V
Victor Felder 已提交
54 55


56 57 58 59 60 61 62 63 64 65
###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)
66
* [Try Redis](http://try.redis.io/)
67

68 69 70

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

72

73 74 75
###Ocaml
* [Try Ocaml](http://try.ocamlpro.com/)

76

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

80

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

84

85 86
###Python
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
87
* [Learn Python](http://www.learnpython.org/)
88 89
* [Python Koans](https://github.com/gregmalcolm/python_koans)

90

91 92
###R
* [Try R](http://tryr.codeschool.com)
93

94

95 96 97
###Ruby
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
* [Ruby Koans](http://www.rubykoans.com/)
C
Chris Ben 已提交
98 99
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
* [Try Ruby](http://tryruby.org/)
A
Alexander Fefelov 已提交
100

101

A
Alexander Fefelov 已提交
102 103
###Scala
* [Scala Tour](http://www.scala-tour.com/)
104

105

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