free-programming-interactive-tutorials-en.md 5.5 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
* [Clojure](#clojure)
* [CoffeeScript](#coffeescript)
* [Erlang](#erlang)
* [F#](#f-sharp)
* [Git](#git)
12
* [GLSL](#glsl)
13 14 15 16 17
* [Go](#go)
* [Haskell](#haskell)
* [HTML / CSS](#html--css)
* [Java](#java)
* [Javascript](#javascript)
S
sstt011 已提交
18
  * [Angular.js](#angularjs)
19
* [Language Agnostic](#language-agnostic)
20
  * [Operating Systems](#operating-systems)
21 22 23 24 25 26 27 28 29 30
* [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 已提交
31
* [SQL](#sql)
32 33 34
* [Vim](#vim)


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

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

40

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

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

V
Victor Felder 已提交
45

46
### C Sharp
47

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

50

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

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


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

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


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

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

69

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

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

74

75
### F Sharp
76

V
Victor Felder 已提交
77
* [Try F#](http://www.tryfsharp.org)
A
Andrea 已提交
78 79


C
Christoph Uschkrat 已提交
80
### Git
81

82
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
83
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
C
Chris Ben 已提交
84
* [Try Git](http://try.github.io)
85 86


87 88 89 90 91
### GLSL

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


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

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

97

C
Christoph Uschkrat 已提交
98
### Haskell
99

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

102

103
### HTML / CSS
104

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


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

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

119

C
Christoph Uschkrat 已提交
120
### JavaScript
121

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

V
Victor Felder 已提交
133

S
sstt011 已提交
134 135 136 137 138 139 140 141
#### 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)


142
### Language Agnostic
143

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


150 151 152 153 154
#### 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 已提交
155
### Lisp
156

157 158 159
* [Lisp Koans](https://github.com/google/lisp-koans)


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

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


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

V
Victor Felder 已提交
167
* [Node School](http://nodeschool.io)
168 169


C
Christoph Uschkrat 已提交
170
### NoSQL
171

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

175

C
Christoph Uschkrat 已提交
176
### Objective-C
177

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

180

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

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

185

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

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

191

C
Christoph Uschkrat 已提交
192
### Python
193

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

200

C
Christoph Uschkrat 已提交
201
### Ruby
202

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

208

C
Christoph Uschkrat 已提交
209
### Scala
210

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

214

M
Meenakshi Agarwal 已提交
215 216 217 218 219
### Selenium

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


A
Asad Dhamani 已提交
220
### SQL
221

V
Victor Felder 已提交
222
* [SQLBolt](http://sqlbolt.com)
A
Asad Dhamani 已提交
223 224


C
Christoph Uschkrat 已提交
225
### Vim
226

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