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

74
### F Sharp
75

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


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

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


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)
V
Victor Felder 已提交
110
* [Learn Java](http://www.learnjavaonline.org)
111
* [Learneroo Java tutorial](https://www.learneroo.com/modules/11)
112

113

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

116
* [ABC of JavaScript : An Interactive JavaScript Tutorial](http://www.openjs.com/tutorials/basic_tutorial/)
C
Craig Davison 已提交
117
* [Codecademy jquery track](https://www.codecademy.com/learn/jquery)
118
* [ES6 Interactive Guide](http://stack.formidable.com/es6-interactive-guide/#/)
S
Saritha 已提交
119
* [Functional Programming in Javascript](https://github.com/ReactiveX/learnrx)
C
Craig Davison 已提交
120
* [Javascript interactive tutorial on CodeCademy](https://www.codecademy.com/learn/javascript)
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

S
sstt011 已提交
128 129 130 131 132 133 134 135
#### 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)


136
### Language Agnostic
137

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


144 145 146 147 148
#### 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 已提交
149
### Lisp
150

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


C
Christoph Uschkrat 已提交
154
### MATLAB
155

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


C
Christoph Uschkrat 已提交
159
### Node
160

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


C
Christoph Uschkrat 已提交
164
### NoSQL
165

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

169

C
Christoph Uschkrat 已提交
170
### Objective-C
171

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

174

C
Christoph Uschkrat 已提交
175
### Ocaml
176

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

179

C
Christoph Uschkrat 已提交
180
### PHP
181

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

185

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

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

194

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

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

203

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

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

209

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

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


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

V
Victor Felder 已提交
217
* [SQLBolt](http://sqlbolt.com)
A
Asad Dhamani 已提交
218 219


C
Christoph Uschkrat 已提交
220
### Vim
221

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