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

40 41
* [Learn C](http://www.learn-c.org/)

42

43
### C Sharp
44

45 46
* [Learn C#](http://www.learncs.org/)

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

55
* [4Clojure - Koans](https://www.4clojure.com/)
56 57
* [Clojure Koans](http://clojurekoans.com/)
* [ClojureScript Koans](http://clojurescriptkoans.com/)
58
* [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

69
* [Try Erlang](http://www.tryerlang.org/)
70

71

72
### F Sharp
73

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


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

92 93
* [Try Haskell!](http://tryhaskell.org/)

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)
106 107
* [Learn Java](http://www.learnjavaonline.org/)

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
* [Javascript Foundations](http://gymnasium.aquent.com/catalog/course/104)
115 116
* [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 已提交
117
* [Javascripting](https://github.com/sethvincent/javascripting)
118
* [jQuery Building Blocks](http://gymnasium.aquent.com/catalog/course/102)
V
Victor Felder 已提交
119
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
120 121 122
* [Learn JavaScript](http://www.learn-js.org/)
* [Learn knockout.js](http://learn.knockoutjs.com)
* [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

143 144 145
* [Node School](http://nodeschool.io/)


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

148
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
149
* [Try MongoDB](http://try.mongodb.org/)
150
* [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

160 161
* [Try Ocaml](http://try.ocamlpro.com/)

162

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

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

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)
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

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)
191
* [Ruby Koans](http://www.rubykoans.com/)
C
Chris Ben 已提交
192
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
F
Fwiffo 已提交
193
* [The Odin Project](http://www.theodinproject.com/)
C
Chris Ben 已提交
194
* [Try Ruby](http://tryruby.org/)
A
Alexander Fefelov 已提交
195

196

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

A
Alexander Fefelov 已提交
199
* [Scala Tour](http://www.scala-tour.com/)
200

201

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

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


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

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