free-programming-interactive-tutorials-en.md 5.1 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
* [Java at Codecademy](https://www.codecademy.com/courses/learn-java)
V
Victor Felder 已提交
109
* [Learn Java](http://www.learnjavaonline.org)
110
* [Learneroo Java tutorial](https://www.learneroo.com/modules/11)
111

112

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

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

V
Victor Felder 已提交
127

128
### Language Agnostic
129

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


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

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


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

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


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

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


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

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

155

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

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

160

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

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

165

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

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

171

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

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

180

C
Christoph Uschkrat 已提交
181
### R
182

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

185

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

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

194

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

197
* [A Tour of Scala - an interactive scala tutorial](https://scalatutorials.com/tour/)
V
Victor Felder 已提交
198
* [Scala Exercises](https://www.scala-exercises.org) 
199

200

M
Meenakshi Agarwal 已提交
201 202 203 204 205
### Selenium

* [Selenium Tutorial - Web Automation](http://www.techbeamers.com/selenium-webdriver-tutorial)


A
Asad Dhamani 已提交
206
### SQL
207

208
* [SQL at Codecademy](https://www.codecademy.com/courses/learn-sql)
V
Victor Felder 已提交
209
* [SQLBolt](http://sqlbolt.com)
A
Asad Dhamani 已提交
210 211


C
Christoph Uschkrat 已提交
212
### Vim
213

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