free-programming-interactive-tutorials-en.md 5.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
* [Clojure](#clojure)
* [CoffeeScript](#coffeescript)
* [Erlang](#erlang)
* [Git](#git)
11
* [GLSL](#glsl)
12 13 14 15 16
* [Go](#go)
* [Haskell](#haskell)
* [HTML / CSS](#html--css)
* [Java](#java)
* [Javascript](#javascript)
S
sstt011 已提交
17
  * [Angular.js](#angularjs)
18
* [Language Agnostic](#language-agnostic)
19
  * [Operating Systems](#operating-systems)
20 21 22 23 24 25 26 27 28 29
* [Lisp](#lisp)
* [MATLAB](#matlab)
* [Node](#node)
* [NoSQL](#nosql)
* [Objective-C](#objective-c)
* [Ocaml](#ocaml)
* [PHP](#php)
* [Python](#python)
* [Ruby](#ruby)
* [Scala](#scala)
A
Asad Dhamani 已提交
30
* [SQL](#sql)
31 32 33
* [Vim](#vim)


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

36
* [Help messages will explain everything](https://explainshell.com)
37 38
* [Learn Shell Programming](http://www.learnshell.org)

39

C
Christoph Uschkrat 已提交
40
### C
41

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

V
Victor Felder 已提交
44

45
### C Sharp
46

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

49

S
SungRim Huh 已提交
50
### C++
51

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


C
Christoph Uschkrat 已提交
55
### Clojure
56

57
* [4Clojure - Koans](http://www.4clojure.com)
V
Victor Felder 已提交
58 59
* [Clojure Koans](http://clojurekoans.com)
* [ClojureScript Koans](http://clojurescriptkoans.com)
C
Craig Davison 已提交
60
* [Try Clojure](http://www.tryclj.com)
61 62


C
Christoph Uschkrat 已提交
63
### CoffeeScript
64

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

68

C
Christoph Uschkrat 已提交
69
### Erlang
70

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

73

C
Christoph Uschkrat 已提交
74
### Git
75

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


81 82 83 84 85
### GLSL

* [The Book of Shaders](https://thebookofshaders.com)


C
Christoph Uschkrat 已提交
86
### Go
87

C
Chris Ben 已提交
88
* [Go Koans](https://github.com/cdarwin/go-koans)
C
Craig Davison 已提交
89
* [The Go Tutorial](http://tour.golang.org)
90

91

C
Christoph Uschkrat 已提交
92
### Haskell
93

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

96

97
### HTML / CSS
98

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


C
Christoph Uschkrat 已提交
107
### Java
108

V
Victor Felder 已提交
109
* [CodingBat code practice](http://codingbat.com/java)
110
* [Java at Codecademy](https://www.codecademy.com/courses/learn-java)
V
Victor Felder 已提交
111
* [Learn Java](http://www.learnjavaonline.org)
112
* [Learneroo Java tutorial](https://www.learneroo.com/modules/11)
113

114

C
Christoph Uschkrat 已提交
115
### JavaScript
116

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

V
Victor Felder 已提交
129

S
sstt011 已提交
130 131 132 133 134 135 136 137
#### Angular.js

* [Angular Basics](http://www.angularjsbook.com)
* [AngularJS - Step by Logical Step](http://nicholasjohnson.com/angular-book/)
* [egghead.io: Learn AngularJS with Tutorial Videos & Training](https://egghead.io)
* [Learn AngularJS with free interactive lessons](http://www.learn-angular.org)


138
### Language Agnostic
139

140
* [CodeCombat](http://codecombat.com) - Python, JavaScript, CoffeeScript, Clojure, Lua, Io
141
* [Codility](https://codility.com/programmers/)
V
Victor Felder 已提交
142
* [Python Tutor](http://pythontutor.com) - Python, Java, JavaScript, TypeScript, Ruby, C, C++
A
Alexey Gorelov 已提交
143
* [The Fullstack Tutorial for GraphQL](https://www.howtographql.com)
144 145


146 147 148 149 150
#### Operating systems

* [Learning operating system development using Linux kernel and Raspberry Pi](https://github.com/s-matyukevich/raspberry-pi-os) - Sergey Matyukevich (:construction: *in process*)


C
Christoph Uschkrat 已提交
151
### Lisp
152

153 154 155
* [Lisp Koans](https://github.com/google/lisp-koans)


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

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


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

V
Victor Felder 已提交
163
* [Node School](http://nodeschool.io)
164 165


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

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

171

C
Christoph Uschkrat 已提交
172
### Objective-C
173

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

176

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

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

181

C
Christoph Uschkrat 已提交
182
### PHP
183

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

187

C
Christoph Uschkrat 已提交
188
### Python
189

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

196

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

C
Craig Davison 已提交
199
* [CodeCademy Ruby](https://www.codecademy.com/learn/ruby)
V
Victor Felder 已提交
200 201 202
* [Ruby Koans](http://www.rubykoans.com)
* [The Odin Project](http://www.theodinproject.com)
* [Try Ruby](http://tryruby.org)
A
Alexander Fefelov 已提交
203

204

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

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

210

M
Meenakshi Agarwal 已提交
211 212 213 214 215
### Selenium

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


A
Asad Dhamani 已提交
216
### SQL
217

218
* [SQL at Codecademy](https://www.codecademy.com/courses/learn-sql)
V
Victor Felder 已提交
219
* [SQLBolt](http://sqlbolt.com)
A
Asad Dhamani 已提交
220 221


C
Christoph Uschkrat 已提交
222
### Vim
223

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