free-programming-interactive-tutorials-en.md 4.5 KB
Newer Older
1
### Index
2

3 4 5
* [Bash](#bash)
* [C](#c)
* [C#](#c-sharp)
S
SungRim Huh 已提交
6
* [C++](#c-1)
7 8 9 10 11 12 13 14 15 16
* [Clojure](#clojure)
* [CoffeeScript](#coffeescript)
* [Erlang](#erlang)
* [F#](#f-sharp)
* [Git](#git)
* [Go](#go)
* [Haskell](#haskell)
* [HTML / CSS](#html--css)
* [Java](#java)
* [Javascript](#javascript)
17
* [Language Agnostic](#language-agnostic)
18 19 20 21 22 23 24 25 26 27 28
* [Lisp](#lisp)
* [MATLAB](#matlab)
* [Node](#node)
* [NoSQL](#nosql)
* [Objective-C](#objective-c)
* [Ocaml](#ocaml)
* [PHP](#php)
* [Python](#python)
* [R](#r)
* [Ruby](#ruby)
* [Scala](#scala)
A
Asad Dhamani 已提交
29
* [SQL](#sql)
30 31 32
* [Vim](#vim)


C
Christoph Uschkrat 已提交
33
### Bash
34

35 36
* [Learn Shell Programming](http://www.learnshell.org)

37

C
Christoph Uschkrat 已提交
38
### C
39

V
Victor Felder 已提交
40
* [Learn C](http://www.learn-c.org)
41

42

43
### C Sharp
44

V
Victor Felder 已提交
45
* [Learn C#](http://www.learncs.org)
46

47

S
SungRim Huh 已提交
48
### C++
49

S
SungRim Huh 已提交
50 51 52
* [CppKoans](https://github.com/torbjoernk/CppKoans)


C
Christoph Uschkrat 已提交
53
### Clojure
54

V
Victor Felder 已提交
55 56 57 58
* [4Clojure - Koans](https://www.4clojure.com)
* [Clojure Koans](http://clojurekoans.com)
* [ClojureScript Koans](http://clojurescriptkoans.com)
* [Try Clojure](http://tryclj.com)
59 60


C
Christoph Uschkrat 已提交
61
### CoffeeScript
62

E
elrrrrrrr 已提交
63
* [Coffeescript Style Guide](https://github.com/polarmobile/coffeescript-style-guide/blob/master/README.md)
64 65
* [Smooth CoffeeScript, Interactive Edition](http://autotelicum.github.io/Smooth-CoffeeScript/interactive/interactive-coffeescript.html)

66

C
Christoph Uschkrat 已提交
67
### Erlang
68

V
Victor Felder 已提交
69
* [Try Erlang](http://www.tryerlang.org)
70

71

72
### F Sharp
73

V
Victor Felder 已提交
74
* [Try F#](http://www.tryfsharp.org)
A
Andrea 已提交
75 76


C
Christoph Uschkrat 已提交
77
### Git
78

79
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
80
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
C
Chris Ben 已提交
81
* [Try Git](http://try.github.io)
82 83


C
Christoph Uschkrat 已提交
84
### Go
85

C
Chris Ben 已提交
86
* [Go Koans](https://github.com/cdarwin/go-koans)
87 88
* [The Go Tutorial](http://golang.org/doc/go_tutorial.html)

89

C
Christoph Uschkrat 已提交
90
### Haskell
91

V
Victor Felder 已提交
92
* [Try Haskell!](http://tryhaskell.org)
93

94

95
### HTML / CSS
96

V
Victor Felder 已提交
97
* [Learn by doing beginner projects](https://dash.generalassemb.ly/projects)
98 99 100 101
* [Learn HTML & CSS interactively](http://www.codecademy.com/tracks/web)
* [Prototyping a professional website](http://www.codecademy.com/skills/prototyping)


C
Christoph Uschkrat 已提交
102
### Java
103

V
Victor Felder 已提交
104
* [CodingBat code practice](http://codingbat.com/java)
A
Ariel 已提交
105
* [Learneroo Java tutorial](http://www.learneroo.com/modules/11)
V
Victor Felder 已提交
106
* [Learn Java](http://www.learnjavaonline.org)
107

108

C
Christoph Uschkrat 已提交
109
### JavaScript
110

111
* [ABC of JavaScript : An Interactive JavaScript Tutorial](http://www.openjs.com/tutorials/basic_tutorial/)
112
* [Codecademy jquery track](http://www.codecademy.com/tracks/jquery)
S
Saritha 已提交
113
* [Functional Programming in Javascript](https://github.com/ReactiveX/learnrx)
114 115
* [Javascript interactive tutorial on CodeCademy](http://www.codecademy.com/tracks/javascript)
* [Javascript interactive tutorial on CoderMania](http://www.codermania.com/javascript/lesson/1a/hello-world)
V
Vikas Parashar 已提交
116
* [Javascripting](https://github.com/sethvincent/javascripting)
V
Victor Felder 已提交
117
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
V
Victor Felder 已提交
118
* [Learn JavaScript](http://www.learn-js.org)
119
* [Learn knockout.js](http://learn.knockoutjs.com)
V
Victor Felder 已提交
120
* [Try jQuery](http://try.jquery.com)
S
Saritha 已提交
121

V
Victor Felder 已提交
122

123
### Language Agnostic
124

125
* [CodeCombat](http://codecombat.com) - Python, JavaScript, CoffeeScript, Clojure, Lua, Io
126 127 128
* [Codility](https://codility.com/programmers/)


C
Christoph Uschkrat 已提交
129
### Lisp
130

131 132 133
* [Lisp Koans](https://github.com/google/lisp-koans)


C
Christoph Uschkrat 已提交
134
### MATLAB
135

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


C
Christoph Uschkrat 已提交
139
### Node
140

V
Victor Felder 已提交
141
* [Node School](http://nodeschool.io)
142 143


C
Christoph Uschkrat 已提交
144
### NoSQL
145

146
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
V
Victor Felder 已提交
147 148
* [Try MongoDB](http://try.mongodb.org)
* [Try Redis](http://try.redis.io)
149

150

C
Christoph Uschkrat 已提交
151
### Objective-C
152

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

155

C
Christoph Uschkrat 已提交
156
### Ocaml
157

V
Victor Felder 已提交
158
* [Try Ocaml](http://try.ocamlpro.com)
159

160

C
Christoph Uschkrat 已提交
161
### PHP
162

C
Chris Ben 已提交
163
* [CodeCademy PHP](http://www.codecademy.com/tracks/php)
V
Victor Felder 已提交
164
* [Learn PHP](http://www.learn-php.org)
165

166

C
Christoph Uschkrat 已提交
167
### Python
168

169
* [Codecademy Python course](http://www.codecademy.com/tracks/python)
170
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
V
Victor Felder 已提交
171
* [Learn Python](http://www.learnpython.org)
172 173
* [Python Koans](https://github.com/gregmalcolm/python_koans)

174

C
Christoph Uschkrat 已提交
175
### R
176

177
* [Try R](http://tryr.codeschool.com)
S
SungRim Huh 已提交
178

179 180

### Racket
181

V
Victor Felder 已提交
182
* [Try Racket](http://try-racket.org)
183

184

C
Christoph Uschkrat 已提交
185
### Ruby
186

187
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
188
* [Codeschool Ruby paths](https://www.codeschool.com/paths/ruby)
V
Victor Felder 已提交
189
* [Ruby Koans](http://www.rubykoans.com)
C
Chris Ben 已提交
190
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
V
Victor Felder 已提交
191 192
* [The Odin Project](http://www.theodinproject.com)
* [Try Ruby](http://tryruby.org)
A
Alexander Fefelov 已提交
193

194

C
Christoph Uschkrat 已提交
195
### Scala
196

V
Victor Felder 已提交
197
* [Scala Tour](http://www.scala-tour.com)
198

199

A
Asad Dhamani 已提交
200
### SQL
201

V
Victor Felder 已提交
202
* [SQLBolt](http://sqlbolt.com)
A
Asad Dhamani 已提交
203 204


C
Christoph Uschkrat 已提交
205
### Vim
206

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