free-programming-interactive-tutorials-en.md 7.0 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
* [Clojure](#clojure)
9
* [Cloud Computing](#cloud-computing)
10 11 12
* [CoffeeScript](#coffeescript)
* [Erlang](#erlang)
* [Git](#git)
13
* [GLSL](#glsl)
14 15 16 17 18
* [Go](#go)
* [Haskell](#haskell)
* [HTML / CSS](#html--css)
* [Java](#java)
* [Javascript](#javascript)
S
sstt011 已提交
19
  * [Angular.js](#angularjs)
20
* [Language Agnostic](#language-agnostic)
21
  * [Operating Systems](#operating-systems)
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)
31
* [Rust](#rust)
32
* [Scala](#scala)
A
Asad Dhamani 已提交
33
* [SQL](#sql)
34 35 36
* [Vim](#vim)


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

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


C
Christoph Uschkrat 已提交
42
### Bash
43

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

47

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

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

V
Victor Felder 已提交
52

53
### C Sharp
54

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

58

S
SungRim Huh 已提交
59
### C++
60

S
SungRim Huh 已提交
61 62 63
* [CppKoans](https://github.com/torbjoernk/CppKoans)


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

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


72 73 74 75 76 77 78 79 80
### 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 已提交
81
### CoffeeScript
82

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

86

C
Christoph Uschkrat 已提交
87
### Erlang
88

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

91

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

94
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
95
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
R
Renan Martins 已提交
96
* [Learn Git with Bitbucket Cloud](https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud)
C
Chris Ben 已提交
97
* [Try Git](http://try.github.io)
98 99


100 101 102 103 104
### GLSL

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


C
Christoph Uschkrat 已提交
105
### Go
106

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

110

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

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

115

116
### HTML / CSS
117

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


C
Christoph Uschkrat 已提交
127
### Java
128

V
Victor Felder 已提交
129
* [CodingBat code practice](http://codingbat.com/java)
130
* [Java at Codecademy](https://www.codecademy.com/courses/learn-java)
V
Victor Felder 已提交
131
* [Learn Java](http://www.learnjavaonline.org)
132
* [Learneroo Java tutorial](https://www.learneroo.com/modules/11)
133

134

C
Christoph Uschkrat 已提交
135
### JavaScript
136

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

V
Victor Felder 已提交
149

S
sstt011 已提交
150 151 152 153 154 155 156 157
#### 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)


158
### Language Agnostic
159

160
* [CodeCombat](http://codecombat.com) - Python, JavaScript, CoffeeScript, Clojure, Lua, Io
161
* [Codility](https://codility.com/programmers/)
V
Victor Felder 已提交
162
* [Python Tutor](http://pythontutor.com) - Python, Java, JavaScript, TypeScript, Ruby, C, C++
A
Alexey Gorelov 已提交
163
* [The Fullstack Tutorial for GraphQL](https://www.howtographql.com)
164 165


166 167 168 169 170
#### 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 已提交
171
### Lisp
172

173 174 175
* [Lisp Koans](https://github.com/google/lisp-koans)


C
Christoph Uschkrat 已提交
176
### MATLAB
177

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


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

V
Victor Felder 已提交
183
* [Node School](http://nodeschool.io)
184 185


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

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

191

C
Christoph Uschkrat 已提交
192
### Objective-C
193

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

196

C
Christoph Uschkrat 已提交
197
### Ocaml
198

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

201

C
Christoph Uschkrat 已提交
202
### PHP
203

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

207

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

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

216

C
Christoph Uschkrat 已提交
217
### Ruby
218

C
Craig Davison 已提交
219
* [CodeCademy Ruby](https://www.codecademy.com/learn/ruby)
V
Victor Felder 已提交
220 221 222
* [Ruby Koans](http://www.rubykoans.com)
* [The Odin Project](http://www.theodinproject.com)
* [Try Ruby](http://tryruby.org)
A
Alexander Fefelov 已提交
223

224

225 226 227 228 229
### Rust

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


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

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

235

M
Meenakshi Agarwal 已提交
236 237 238 239 240
### Selenium

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


A
Asad Dhamani 已提交
241
### SQL
242

243
* [SQL at Codecademy](https://www.codecademy.com/courses/learn-sql)
V
Victor Felder 已提交
244
* [SQLBolt](http://sqlbolt.com)
A
Asad Dhamani 已提交
245 246


C
Christoph Uschkrat 已提交
247
### Vim
248

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