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

M
Momozor 已提交
3
* [Ada](#ada)
4
* [Android](#android)
5 6 7
* [Bash](#bash)
* [C](#c)
* [C#](#c-sharp)
S
SungRim Huh 已提交
8
* [C++](#c-1)
9
* [Clojure](#clojure)
10
* [Cloud Computing](#cloud-computing)
11 12 13
* [CoffeeScript](#coffeescript)
* [Erlang](#erlang)
* [Git](#git)
14
* [GLSL](#glsl)
15 16 17 18
* [Go](#go)
* [Haskell](#haskell)
* [HTML / CSS](#html--css)
* [Java](#java)
19
* [JavaScript](#javascript)
S
sstt011 已提交
20
  * [Angular.js](#angularjs)
21
* [Kotlin](#kotlin)
22
* [Language Agnostic](#language-agnostic)
23
  * [Operating Systems](#operating-systems)
24 25 26 27 28 29 30 31 32
* [Lisp](#lisp)
* [MATLAB](#matlab)
* [Node](#node)
* [NoSQL](#nosql)
* [Objective-C](#objective-c)
* [Ocaml](#ocaml)
* [PHP](#php)
* [Python](#python)
* [Ruby](#ruby)
33
* [Rust](#rust)
34
* [Scala](#scala)
A
Asad Dhamani 已提交
35
* [SQL](#sql)
36 37 38
* [Vim](#vim)


M
Momozor 已提交
39 40 41 42 43
### Ada

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


44 45 46 47 48
### Android

* [Javatpoint Android Tutorial](https://www.javatpoint.com/android-tutorial)


C
Christoph Uschkrat 已提交
49
### Bash
50

51
* [Help messages will explain everything](https://explainshell.com)
52 53
* [Learn Shell Programming](http://www.learnshell.org)

54

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

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

V
Victor Felder 已提交
59

60
### C Sharp
61

62
* [Codeasy](https://codeasy.net/course/csharp_elementary)
V
Victor Felder 已提交
63
* [Learn C#](http://www.learncs.org)
64

65

S
SungRim Huh 已提交
66
### C++
67

S
SungRim Huh 已提交
68 69 70
* [CppKoans](https://github.com/torbjoernk/CppKoans)


C
Christoph Uschkrat 已提交
71
### Clojure
72

73
* [4Clojure - Koans](http://www.4clojure.com)
V
Victor Felder 已提交
74 75
* [Clojure Koans](http://clojurekoans.com)
* [ClojureScript Koans](http://clojurescriptkoans.com)
C
Craig Davison 已提交
76
* [Try Clojure](http://www.tryclj.com)
77 78


79 80 81 82 83 84 85 86 87
### Cloud Computing 

* [AWS API Gateway](https://run.qwiklabs.com/focuses/269?catalog_rank=%7B%22rank%22%3A3%2C%22num_filters%22%3A1%2C%22has_search%22%3Atrue%7D&parent=catalog&search_id=3605949) - *registration required*
* [AWS Identity and Access Management (IAM)](https://run.qwiklabs.com/focuses/7782?catalog_rank=%7B%22rank%22%3A6%2C%22num_filters%22%3A1%2C%22has_search%22%3Atrue%7D&parent=catalog&search_id=3605942) - *registration required*
* [AWS Lambda](https://run.qwiklabs.com/focuses/6431?catalog_rank=%7B%22rank%22%3A2%2C%22num_filters%22%3A1%2C%22has_search%22%3Atrue%7D&parent=catalog&search_id=3605949) - *registration required*
* [AWS Simple Storage Service (S3)](https://run.qwiklabs.com/focuses/7860?catalog_rank=%7B%22rank%22%3A3%2C%22num_filters%22%3A0%2C%22has_search%22%3Atrue%7D&parent=catalog&search_id=3597563) - *registration required*
* [Google Cloud Platform](https://cloud.google.com/training/free-labs/)


C
Christoph Uschkrat 已提交
88
### CoffeeScript
89

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

93

C
Christoph Uschkrat 已提交
94
### Erlang
95

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

98

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

101
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
102
* [Learn Git Branching](https://learngitbranching.js.org)
R
Renan Martins 已提交
103
* [Learn Git with Bitbucket Cloud](https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud)
C
Chris Ben 已提交
104
* [Try Git](http://try.github.io)
105 106


107 108 109 110 111
### GLSL

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


C
Christoph Uschkrat 已提交
112
### Go
113

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

117

C
Christoph Uschkrat 已提交
118
### Haskell
119

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

122

123
### HTML / CSS
124

125
* [CSS Diner](http://flukeout.github.io)
126
* [Flexbox Defense](http://flexboxdefense.com)
127
* [Flexbox Froggy](http://flexboxfroggy.com)
128
* [Grid Garden](https://cssgridgarden.com)
C
Craig Davison 已提交
129
* [Learn by doing beginner projects](https://dash.generalassemb.ly)
C
Craig Davison 已提交
130
* [Learn HTML & CSS interactively](https://www.codecademy.com/learn/web)
131
* [Prototyping a professional website](https://www.codecademy.com/learn/make-a-website)
132 133


C
Christoph Uschkrat 已提交
134
### Java
135

V
Victor Felder 已提交
136
* [CodingBat code practice](http://codingbat.com/java)
137
* [Java at Codecademy](https://www.codecademy.com/courses/learn-java)
V
Victor Felder 已提交
138
* [Learn Java](http://www.learnjavaonline.org)
139
* [Learneroo Java tutorial](https://www.learneroo.com/modules/11)
140

141

C
Christoph Uschkrat 已提交
142
### JavaScript
143

144
* [ABC of JavaScript : An Interactive JavaScript Tutorial](http://www.openjs.com/tutorials/basic_tutorial/)
C
Craig Davison 已提交
145
* [Codecademy jquery track](https://www.codecademy.com/learn/jquery)
146
* [ES6 Interactive Guide](http://stack.formidable.com/es6-interactive-guide/#/)
S
Saritha 已提交
147
* [Functional Programming in Javascript](https://github.com/ReactiveX/learnrx)
C
Craig Davison 已提交
148
* [Javascript interactive tutorial on CodeCademy](https://www.codecademy.com/learn/javascript)
149
* [JavaScript interactive tutorial on CoderMania](http://www.codermania.com/javascript/lesson/1a/hello-world)
V
Vikas Parashar 已提交
150
* [Javascripting](https://github.com/sethvincent/javascripting)
V
Victor Felder 已提交
151
* [Learn JavaScript](http://www.learn-js.org)
152
* [Learn knockout.js](http://learn.knockoutjs.com)
153
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
V
Victor Felder 已提交
154
* [Try jQuery](http://try.jquery.com)
S
Saritha 已提交
155

V
Victor Felder 已提交
156

S
sstt011 已提交
157 158 159 160 161 162 163 164
#### 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)


165 166 167 168 169
### Kotlin

* [Kotlin tutorial](https://kotlinlang.org/docs/tutorials/)


170
### Language Agnostic
171

172
* [CodeCombat](http://codecombat.com) - Python, JavaScript, CoffeeScript, Clojure, Lua, Io
173
* [Codility](https://codility.com/programmers/)
V
Victor Felder 已提交
174
* [Python Tutor](http://pythontutor.com) - Python, Java, JavaScript, TypeScript, Ruby, C, C++
A
Alexey Gorelov 已提交
175
* [The Fullstack Tutorial for GraphQL](https://www.howtographql.com)
176 177


178 179 180 181 182
#### 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 已提交
183
### Lisp
184

185 186 187
* [Lisp Koans](https://github.com/google/lisp-koans)


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

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


C
Christoph Uschkrat 已提交
193
### Node
194

V
Victor Felder 已提交
195
* [Node School](http://nodeschool.io)
196 197


C
Christoph Uschkrat 已提交
198
### NoSQL
199

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

203

C
Christoph Uschkrat 已提交
204
### Objective-C
205

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

208

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

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

213

C
Christoph Uschkrat 已提交
214
### PHP
215

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

219

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

C
Craig Davison 已提交
222
* [Codecademy Python course](https://www.codecademy.com/learn/python)
223
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
V
Victor Felder 已提交
224
* [Learn Python](http://www.learnpython.org)
M
Meenakshi Agarwal 已提交
225
* [Learn Python Step by Step](http://www.techbeamers.com/python-tutorial-step-by-step)
226
* [Python for Everybody - Interactive](https://runestone.academy/runestone/books/published/py4e-int/index.html) - Barbara Ericson
227 228
* [Python Koans](https://github.com/gregmalcolm/python_koans)

229

C
Christoph Uschkrat 已提交
230
### Ruby
231

C
Craig Davison 已提交
232
* [CodeCademy Ruby](https://www.codecademy.com/learn/ruby)
V
Victor Felder 已提交
233 234 235
* [Ruby Koans](http://www.rubykoans.com)
* [The Odin Project](http://www.theodinproject.com)
* [Try Ruby](http://tryruby.org)
A
Alexander Fefelov 已提交
236

237

238 239 240 241 242
### Rust

* [Rustlings](https://github.com/rust-lang/rustlings)


C
Christoph Uschkrat 已提交
243
### Scala
244

245
* [A Tour of Scala - an interactive scala tutorial](https://scalatutorials.com/tour/)
246
* [Scala Exercises](https://www.scala-exercises.org)
247

248

M
Meenakshi Agarwal 已提交
249 250 251 252 253
### Selenium

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


A
Asad Dhamani 已提交
254
### SQL
255

256
* [SQL at Codecademy](https://www.codecademy.com/courses/learn-sql)
V
Victor Felder 已提交
257
* [SQLBolt](http://sqlbolt.com)
A
Asad Dhamani 已提交
258 259


C
Christoph Uschkrat 已提交
260
### Vim
261

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