free-programming-interactive-tutorials-en.md 3.7 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
### 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)


C
Christoph Uschkrat 已提交
29
### Bash
30 31
* [Learn Shell Programming](http://www.learnshell.org)

32

C
Christoph Uschkrat 已提交
33
### C
34 35
* [Learn C](http://www.learn-c.org/)

36

37
### C Sharp
38 39
* [Learn C#](http://www.learncs.org/)

40

C
Christoph Uschkrat 已提交
41
### Clojure
42
* [4Clojure - Koans](https://www.4clojure.com/)
43 44
* [Clojure Koans](http://clojurekoans.com/)
* [ClojureScript Koans](http://clojurescriptkoans.com/)
45
* [Try Clojure](http://tryclj.com/)
46 47


C
Christoph Uschkrat 已提交
48
### CoffeeScript
E
elrrrrrrr 已提交
49
* [Coffeescript Style Guide](https://github.com/polarmobile/coffeescript-style-guide/blob/master/README.md)
50 51
* [Smooth CoffeeScript, Interactive Edition](http://autotelicum.github.io/Smooth-CoffeeScript/interactive/interactive-coffeescript.html)

52

C
Christoph Uschkrat 已提交
53
### Erlang
54
* [Try Erlang](http://www.tryerlang.org/)
55

56

57
### F Sharp
A
Andrea 已提交
58 59 60
* [Try F#](http://www.tryfsharp.org/)


C
Christoph Uschkrat 已提交
61
### Git
62
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
63
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
C
Chris Ben 已提交
64
* [Try Git](http://try.github.io)
65 66 67



C
Christoph Uschkrat 已提交
68
### Go
C
Chris Ben 已提交
69
* [Go Koans](https://github.com/cdarwin/go-koans)
70 71
* [The Go Tutorial](http://golang.org/doc/go_tutorial.html)

72

C
Christoph Uschkrat 已提交
73
### Haskell
74 75
* [Try Haskell!](http://tryhaskell.org/)

76

77
### HTML / CSS
78 79 80 81
* [Learn HTML & CSS interactively](http://www.codecademy.com/tracks/web)
* [Prototyping a professional website](http://www.codecademy.com/skills/prototyping)


C
Christoph Uschkrat 已提交
82
### Java
V
Victor Felder 已提交
83
* [CodingBat code practice](http://codingbat.com/java)
A
Ariel 已提交
84
* [Learneroo Java tutorial](http://www.learneroo.com/modules/11)
85 86
* [Learn Java](http://www.learnjavaonline.org/)

87

C
Christoph Uschkrat 已提交
88
### JavaScript
89 90
* [Codecademy jquery track](http://www.codecademy.com/tracks/jquery)
* [Javascript interactive tutorial](http://www.codecademy.com/tracks/javascript)
V
Victor Felder 已提交
91
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
92 93 94
* [Learn JavaScript](http://www.learn-js.org/)
* [Learn knockout.js](http://learn.knockoutjs.com)
* [Try jQuery](http://try.jquery.com/)
V
Victor Felder 已提交
95 96


C
Christoph Uschkrat 已提交
97
### Lisp
98 99 100
* [Lisp Koans](https://github.com/google/lisp-koans)


C
Christoph Uschkrat 已提交
101
### MATLAB
102 103 104
* [Interactive Tutorials for MATLAB, Simulink, Signal Processing, Controls, and Computational Mathematics](http://www.mathworks.com/tutorials)


C
Christoph Uschkrat 已提交
105
### Node
106 107 108
* [Node School](http://nodeschool.io/)


C
Christoph Uschkrat 已提交
109
### NoSQL
110
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
111
* [Try Redis](http://try.redis.io/)
112

113

C
Christoph Uschkrat 已提交
114
### Objective-C
115
* [Try Objective-C](http://tryobjectivec.codeschool.com)
116

117

C
Christoph Uschkrat 已提交
118
### Ocaml
119 120
* [Try Ocaml](http://try.ocamlpro.com/)

121

C
Christoph Uschkrat 已提交
122
### PHP
C
Chris Ben 已提交
123
* [CodeCademy PHP](http://www.codecademy.com/tracks/php)
124 125
* [Learn PHP](http://www.learn-php.org/)

126

C
Christoph Uschkrat 已提交
127
### Python
128
* [Codecademy Python course](http://www.codecademy.com/tracks/python)
129
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
130
* [Learn Python](http://www.learnpython.org/)
131 132
* [Python Koans](https://github.com/gregmalcolm/python_koans)

133 134


C
Christoph Uschkrat 已提交
135
### R
136
* [Try R](http://tryr.codeschool.com)
137 138 139 140
 

### Racket
* [Try Racket](http://try-racket.org/)
141

142

C
Christoph Uschkrat 已提交
143
### Ruby
144
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
145
* [Codeschool Ruby paths](https://www.codeschool.com/paths/ruby)
146
* [Ruby Koans](http://www.rubykoans.com/)
C
Chris Ben 已提交
147
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
F
Fwiffo 已提交
148
* [The Odin Project](http://www.theodinproject.com/)
C
Chris Ben 已提交
149
* [Try Ruby](http://tryruby.org/)
A
Alexander Fefelov 已提交
150

151

C
Christoph Uschkrat 已提交
152
### Scala
A
Alexander Fefelov 已提交
153
* [Scala Tour](http://www.scala-tour.com/)
154

155

C
Christoph Uschkrat 已提交
156
### Vim
157
* [Interactive Vim Tutorial](http://www.openvim.com/tutorial.html)