free-programming-interactive-tutorials-en.md 4.6 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

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


C
Christoph Uschkrat 已提交
104
### Java
105

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

110

C
Christoph Uschkrat 已提交
111
### JavaScript
112

113
* [ABC of JavaScript : An Interactive JavaScript Tutorial](http://www.openjs.com/tutorials/basic_tutorial/)
114
* [Codecademy jquery track](http://www.codecademy.com/tracks/jquery)
S
Saritha 已提交
115
* [Functional Programming in Javascript](https://github.com/ReactiveX/learnrx)
116 117
* [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 已提交
118
* [Javascripting](https://github.com/sethvincent/javascripting)
V
Victor Felder 已提交
119
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
V
Victor Felder 已提交
120
* [Learn JavaScript](http://www.learn-js.org)
121
* [Learn knockout.js](http://learn.knockoutjs.com)
V
Victor Felder 已提交
122
* [Try jQuery](http://try.jquery.com)
S
Saritha 已提交
123

V
Victor Felder 已提交
124

125
### Language Agnostic
126

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


C
Christoph Uschkrat 已提交
131
### Lisp
132

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


C
Christoph Uschkrat 已提交
136
### MATLAB
137

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


C
Christoph Uschkrat 已提交
141
### Node
142

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


C
Christoph Uschkrat 已提交
146
### NoSQL
147

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

152

C
Christoph Uschkrat 已提交
153
### Objective-C
154

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

157

C
Christoph Uschkrat 已提交
158
### Ocaml
159

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

162

C
Christoph Uschkrat 已提交
163
### PHP
164

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

168

C
Christoph Uschkrat 已提交
169
### Python
170

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

176

C
Christoph Uschkrat 已提交
177
### R
178

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

181 182

### Racket
183

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

186

C
Christoph Uschkrat 已提交
187
### Ruby
188

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

196

C
Christoph Uschkrat 已提交
197
### Scala
198

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

201

A
Asad Dhamani 已提交
202
### SQL
203

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


C
Christoph Uschkrat 已提交
207
### Vim
208

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