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 43
* [Clojure Koans](http://clojurekoans.com/)
* [ClojureScript Koans](http://clojurescriptkoans.com/)
44
* [Try Clojure](http://tryclj.com/)
45 46


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

51

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

55

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


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



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

71

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

75

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


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

86

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


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


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


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


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

112

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

116

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

120

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

125

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

132 133


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

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

141

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

150

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

154

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