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

V
Victor Felder 已提交
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
* [4Clojure - Koans](https://www.4clojure.com)
* [Clojure Koans](http://clojurekoans.com)
* [ClojureScript Koans](http://clojurescriptkoans.com)
C
Craig Davison 已提交
58
* [Try Clojure](http://www.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)
C
Craig Davison 已提交
87
* [The Go Tutorial](http://tour.golang.org)
88

89

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

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

94

95
### HTML / CSS
96

97
* [CSS Diner](http://flukeout.github.io)
98
* [Flexbox Defense](http://flexboxdefense.com)
99
* [Flexbox Froggy](http://flexboxfroggy.com)
C
Craig Davison 已提交
100
* [Learn by doing beginner projects](https://dash.generalassemb.ly)
C
Craig Davison 已提交
101 102
* [Learn HTML & CSS interactively](https://www.codecademy.com/learn/web)
* [Prototyping a professional website](https://www.codecademy.com/skills/make-a-website)
103 104


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

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

111

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

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

V
Victor Felder 已提交
126

127
### Language Agnostic
128

129
* [CodeCombat](http://codecombat.com) - Python, JavaScript, CoffeeScript, Clojure, Lua, Io
130
* [Codility](https://codility.com/programmers/)
V
Victor Felder 已提交
131
* [Python Tutor](http://pythontutor.com) - Python, Java, JavaScript, TypeScript, Ruby, C, C++
132 133


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

136 137 138
* [Lisp Koans](https://github.com/google/lisp-koans)


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

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


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

V
Victor Felder 已提交
146
* [Node School](http://nodeschool.io)
147 148


C
Christoph Uschkrat 已提交
149
### NoSQL
150

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

154

C
Christoph Uschkrat 已提交
155
### Objective-C
156

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

159

C
Christoph Uschkrat 已提交
160
### Ocaml
161

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

164

C
Christoph Uschkrat 已提交
165
### PHP
166

C
Craig Davison 已提交
167
* [CodeCademy PHP](https://www.codecademy.com/learn/php)
V
Victor Felder 已提交
168
* [Learn PHP](http://www.learn-php.org)
169

170

C
Christoph Uschkrat 已提交
171
### Python
172

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

178

C
Christoph Uschkrat 已提交
179
### R
180

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

183

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

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

193

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

196
* [A Tour of Scala - an interactive scala tutorial](https://scalatutorials.com/tour/)
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)