free-programming-interactive-tutorials-en.md 7.1 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 19
* [Go](#go)
* [Haskell](#haskell)
* [HTML / CSS](#html--css)
* [Java](#java)
* [Javascript](#javascript)
S
sstt011 已提交
20
  * [Angular.js](#angularjs)
21
* [Language Agnostic](#language-agnostic)
22
  * [Operating Systems](#operating-systems)
23 24 25 26 27 28 29 30 31
* [Lisp](#lisp)
* [MATLAB](#matlab)
* [Node](#node)
* [NoSQL](#nosql)
* [Objective-C](#objective-c)
* [Ocaml](#ocaml)
* [PHP](#php)
* [Python](#python)
* [Ruby](#ruby)
32
* [Rust](#rust)
33
* [Scala](#scala)
A
Asad Dhamani 已提交
34
* [SQL](#sql)
35 36 37
* [Vim](#vim)


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

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


43 44 45 46 47
### Android

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


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

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

53

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

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

V
Victor Felder 已提交
58

59
### C Sharp
60

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

64

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

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


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

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


78 79 80 81 82 83 84 85 86
### 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 已提交
87
### CoffeeScript
88

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

92

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

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

97

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

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


106 107 108 109 110
### GLSL

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


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

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

116

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

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

121

122
### HTML / CSS
123

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


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

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

140

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

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

V
Victor Felder 已提交
155

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


164
### Language Agnostic
165

166
* [CodeCombat](http://codecombat.com) - Python, JavaScript, CoffeeScript, Clojure, Lua, Io
167
* [Codility](https://codility.com/programmers/)
V
Victor Felder 已提交
168
* [Python Tutor](http://pythontutor.com) - Python, Java, JavaScript, TypeScript, Ruby, C, C++
A
Alexey Gorelov 已提交
169
* [The Fullstack Tutorial for GraphQL](https://www.howtographql.com)
170 171


172 173 174 175 176
#### 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 已提交
177
### Lisp
178

179 180 181
* [Lisp Koans](https://github.com/google/lisp-koans)


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

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


C
Christoph Uschkrat 已提交
187
### Node
188

V
Victor Felder 已提交
189
* [Node School](http://nodeschool.io)
190 191


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

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

197

C
Christoph Uschkrat 已提交
198
### Objective-C
199

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

202

C
Christoph Uschkrat 已提交
203
### Ocaml
204

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

207

C
Christoph Uschkrat 已提交
208
### PHP
209

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

213

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

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

222

C
Christoph Uschkrat 已提交
223
### Ruby
224

C
Craig Davison 已提交
225
* [CodeCademy Ruby](https://www.codecademy.com/learn/ruby)
V
Victor Felder 已提交
226 227 228
* [Ruby Koans](http://www.rubykoans.com)
* [The Odin Project](http://www.theodinproject.com)
* [Try Ruby](http://tryruby.org)
A
Alexander Fefelov 已提交
229

230

231 232 233 234 235
### Rust

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


C
Christoph Uschkrat 已提交
236
### Scala
237

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

241

M
Meenakshi Agarwal 已提交
242 243 244 245 246
### Selenium

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


A
Asad Dhamani 已提交
247
### SQL
248

249
* [SQL at Codecademy](https://www.codecademy.com/courses/learn-sql)
V
Victor Felder 已提交
250
* [SQLBolt](http://sqlbolt.com)
A
Asad Dhamani 已提交
251 252


C
Christoph Uschkrat 已提交
253
### Vim
254

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