free-programming-interactive-tutorials-en.md 5.9 KB
Newer Older
1
### Index
2

M
Momozor 已提交
3
* [Ada](#ada)
4 5 6
* [Bash](#bash)
* [C](#c)
* [C#](#c-sharp)
S
SungRim Huh 已提交
7
* [C++](#c-1)
8 9 10 11
* [Clojure](#clojure)
* [CoffeeScript](#coffeescript)
* [Erlang](#erlang)
* [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)


M
Momozor 已提交
35 36 37 38 39
### Ada

* [Introduction to Ada](https://learn.adacore.com/courses/intro-to-ada/index.html)


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

42
* [Help messages will explain everything](https://explainshell.com)
43 44
* [Learn Shell Programming](http://www.learnshell.org)

45

C
Christoph Uschkrat 已提交
46
### C
47

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

V
Victor Felder 已提交
50

51
### C Sharp
52

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

55

S
SungRim Huh 已提交
56
### C++
57

S
SungRim Huh 已提交
58 59 60
* [CppKoans](https://github.com/torbjoernk/CppKoans)


C
Christoph Uschkrat 已提交
61
### Clojure
62

63
* [4Clojure - Koans](http://www.4clojure.com)
V
Victor Felder 已提交
64 65
* [Clojure Koans](http://clojurekoans.com)
* [ClojureScript Koans](http://clojurescriptkoans.com)
C
Craig Davison 已提交
66
* [Try Clojure](http://www.tryclj.com)
67 68


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

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

74

C
Christoph Uschkrat 已提交
75
### Erlang
76

V
Victor Felder 已提交
77
* [Try Erlang](http://www.tryerlang.org)
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/)
R
Renan Martins 已提交
84
* [Learn Git with Bitbucket Cloud](https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud)
C
Chris Ben 已提交
85
* [Try Git](http://try.github.io)
86 87


88 89 90 91 92
### GLSL

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


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

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

98

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

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

103

104
### HTML / CSS
105

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


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

V
Victor Felder 已提交
116
* [CodingBat code practice](http://codingbat.com/java)
117
* [Java at Codecademy](https://www.codecademy.com/courses/learn-java)
V
Victor Felder 已提交
118
* [Learn Java](http://www.learnjavaonline.org)
119
* [Learneroo Java tutorial](https://www.learneroo.com/modules/11)
120

121

C
Christoph Uschkrat 已提交
122
### JavaScript
123

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

V
Victor Felder 已提交
136

S
sstt011 已提交
137 138 139 140 141 142 143 144
#### 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)


145
### Language Agnostic
146

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


153 154 155 156 157
#### 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 已提交
158
### Lisp
159

160 161 162
* [Lisp Koans](https://github.com/google/lisp-koans)


C
Christoph Uschkrat 已提交
163
### MATLAB
164

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


C
Christoph Uschkrat 已提交
168
### Node
169

V
Victor Felder 已提交
170
* [Node School](http://nodeschool.io)
171 172


C
Christoph Uschkrat 已提交
173
### NoSQL
174

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

178

C
Christoph Uschkrat 已提交
179
### Objective-C
180

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

183

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

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

188

C
Christoph Uschkrat 已提交
189
### PHP
190

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

194

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

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

203

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

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

211

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

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

217

M
Meenakshi Agarwal 已提交
218 219 220 221 222
### Selenium

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


A
Asad Dhamani 已提交
223
### SQL
224

225
* [SQL at Codecademy](https://www.codecademy.com/courses/learn-sql)
V
Victor Felder 已提交
226
* [SQLBolt](http://sqlbolt.com)
A
Asad Dhamani 已提交
227 228


C
Christoph Uschkrat 已提交
229
### Vim
230

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