free-programming-interactive-tutorials-en.md 9.8 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
* [CoffeeScript](#coffeescript)
12
* [Dart](#dart)
13 14
* [Erlang](#erlang)
* [Git](#git)
15
* [GLSL](#glsl)
16 17 18
* [Go](#go)
* [Haskell](#haskell)
* [HTML / CSS](#html--css)
19
  * [Bootstrap](#bootstrap)
20
* [Java](#java)
21
* [JavaScript](#javascript)
S
sstt011 已提交
22
  * [Angular.js](#angularjs)
23 24
  * [jQuery](#jquery)
  * [React](#react)
25
* [Kotlin](#kotlin)
26
* [Language Agnostic](#language-agnostic)
27
  * [Operating Systems](#operating-systems)
28
* [LaTeX](#latex)
29 30 31 32 33 34 35
* [Lisp](#lisp)
* [MATLAB](#matlab)
* [Node](#node)
* [NoSQL](#nosql)
* [Objective-C](#objective-c)
* [Ocaml](#ocaml)
* [PHP](#php)
36
* [PostgreSQL](#postgresql)
37 38
* [Python](#python)
* [Ruby](#ruby)
39
* [Rust](#rust)
40
* [Scala](#scala)
A
Asad Dhamani 已提交
41
* [SQL](#sql)
42 43 44
* [Vim](#vim)


M
Momozor 已提交
45 46 47 48 49
### Ada

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


50 51 52 53 54
### Android

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


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

57
* [Help messages will explain everything](https://explainshell.com)
58 59
* [Learn Shell Programming](http://www.learnshell.org)

60

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

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

V
Victor Felder 已提交
65

66
### C Sharp
67

68
* [C# Tutorial](https://www.w3schools.com/cs) - W3Schools
69
* [Codeasy](https://codeasy.net/course/csharp_elementary)
V
Victor Felder 已提交
70
* [Learn C#](http://www.learncs.org)
71
* [Learn C#](https://www.codecademy.com/learn/learn-c-sharp) - Codecademy
72

73

S
SungRim Huh 已提交
74
### C++
75

76
* [C++ Tutorial](https://www.w3schools.com/cpp) - W3Schools
S
SungRim Huh 已提交
77 78 79
* [CppKoans](https://github.com/torbjoernk/CppKoans)


C
Christoph Uschkrat 已提交
80
### Clojure
81

82
* [4Clojure - Koans](http://www.4clojure.com)
V
Victor Felder 已提交
83 84
* [Clojure Koans](http://clojurekoans.com)
* [ClojureScript Koans](http://clojurescriptkoans.com)
C
Craig Davison 已提交
85
* [Try Clojure](http://www.tryclj.com)
86 87


88 89 90 91 92 93 94 95 96
### 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 已提交
97
### CoffeeScript
98

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

102

103 104 105 106 107
### Dart

* [Dart Official Codelabs](https://dart.dev/codelabs)


C
Christoph Uschkrat 已提交
108
### Erlang
109

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

112

C
Christoph Uschkrat 已提交
113
### Git
114

115 116
* [git-game](https://github.com/git-game/git-game)
* [git-game-v2](https://github.com/git-game/git-game-v2)
117
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
118
* [Learn Git Branching](https://learngitbranching.js.org)
R
Renan Martins 已提交
119
* [Learn Git with Bitbucket Cloud](https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud)
C
Chris Ben 已提交
120
* [Try Git](http://try.github.io)
121 122


123 124 125 126 127
### GLSL

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


C
Christoph Uschkrat 已提交
128
### Go
129

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

133

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

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

138

139
### HTML / CSS
140

141
* [CSS Diner](http://flukeout.github.io)
142
* [CSS Tutorial](https://www.w3schools.com/css/) - W3Schools
143
* [Flexbox Defense](http://flexboxdefense.com)
144
* [Flexbox Froggy](http://flexboxfroggy.com)
145
* [FreeCodeCamp: Responsive Web Design Course](https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/)
146
* [Grid Garden](https://cssgridgarden.com)
147
* [HTML Tutorial](https://www.w3schools.com/html/) - W3Schools
C
Craig Davison 已提交
148
* [Learn by doing beginner projects](https://dash.generalassemb.ly)
C
Craig Davison 已提交
149
* [Learn HTML & CSS interactively](https://www.codecademy.com/learn/web)
150
* [Prototyping a professional website](https://www.codecademy.com/learn/make-a-website)
151 152


153 154 155 156 157
#### Bootstrap

* [Front End Libraries: Bootstrap](https://www.freecodecamp.org/learn/front-end-libraries/bootstrap)


C
Christoph Uschkrat 已提交
158
### Java
159

V
Victor Felder 已提交
160
* [CodingBat code practice](http://codingbat.com/java)
161
* [Java at Codecademy](https://www.codecademy.com/courses/learn-java)
162
* [Java Tutorial](https://www.w3schools.com/java) - W3Schools 
V
Victor Felder 已提交
163
* [Learn Java](http://www.learnjavaonline.org)
164
* [Learneroo Java tutorial](https://www.learneroo.com/modules/11)
165

166

C
Christoph Uschkrat 已提交
167
### JavaScript
168

169
* [ABC of JavaScript : An Interactive JavaScript Tutorial](http://www.openjs.com/tutorials/basic_tutorial/)
C
Craig Davison 已提交
170
* [Codecademy jquery track](https://www.codecademy.com/learn/jquery)
171
* [ES6 Interactive Guide](http://stack.formidable.com/es6-interactive-guide/#/)
S
Saritha 已提交
172
* [Functional Programming in Javascript](https://github.com/ReactiveX/learnrx)
173
* [JavaScript Algorithms and Data Structures Certification](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript)
C
Craig Davison 已提交
174
* [Javascript interactive tutorial on CodeCademy](https://www.codecademy.com/learn/javascript)
175
* [JavaScript interactive tutorial on CoderMania](http://www.codermania.com/javascript/lesson/1a/hello-world)
176
* [JavaScript Tutorial](https://www.w3schools.com/js) - W3Schools
V
Vikas Parashar 已提交
177
* [Javascripting](https://github.com/sethvincent/javascripting)
V
Victor Felder 已提交
178
* [Learn JavaScript](http://www.learn-js.org)
179
* [Learn knockout.js](http://learn.knockoutjs.com)
180
* [Learn to Code for Free – Grasshopper](https://grasshopper.app)
181
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
V
Victor Felder 已提交
182
* [Try jQuery](http://try.jquery.com)
S
Saritha 已提交
183

V
Victor Felder 已提交
184

S
sstt011 已提交
185 186 187
#### Angular.js

* [Angular Basics](http://www.angularjsbook.com)
E
Eric Hellman 已提交
188
* [Angular Tutorial](https://www.w3schools.com/angular/) - W3Schools
S
sstt011 已提交
189 190 191 192 193
* [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)


194 195 196 197 198 199 200 201
#### jQuery

* [Front End Libraries: jQuery](https://www.freecodecamp.org/learn/front-end-libraries/jquery)


#### React

* [Front End Libraries: React](https://www.freecodecamp.org/learn/front-end-libraries/react)
202
* [React Tutorial](https://react-tutorial.app)
203 204


205 206 207 208 209
### Kotlin

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


210
### Language Agnostic
211

212
* [CodeCombat](http://codecombat.com) - Python, JavaScript, CoffeeScript, Clojure, Lua, Io
213
* [Codility](https://codility.com/programmers/)
214
* [Introduction to the Coding Interview Prep Algorithms](https://www.freecodecamp.org/learn/coding-interview-prep/algorithms) (freeCodeCamp)
V
Victor Felder 已提交
215
* [Python Tutor](http://pythontutor.com) - Python, Java, JavaScript, TypeScript, Ruby, C, C++
A
Alexey Gorelov 已提交
216
* [The Fullstack Tutorial for GraphQL](https://www.howtographql.com)
217 218


219 220 221 222 223
#### 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*)


224 225 226 227 228
### LaTeX

* [Learn LaTeX in 30 minutes](https://www.overleaf.com/learn/latex/Learn_LaTeX_in_30_minutes)


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

231 232 233
* [Lisp Koans](https://github.com/google/lisp-koans)


C
Christoph Uschkrat 已提交
234
### MATLAB
235

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


C
Christoph Uschkrat 已提交
239
### Node
240

V
Victor Felder 已提交
241
* [Node School](http://nodeschool.io)
242
* [Node.js Tutorial](https://www.w3schools.com/nodejs) - W3Schools
243 244


C
Christoph Uschkrat 已提交
245
### NoSQL
246

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

250

C
Christoph Uschkrat 已提交
251
### Objective-C
252

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

255

C
Christoph Uschkrat 已提交
256
### Ocaml
257

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

260

C
Christoph Uschkrat 已提交
261
### PHP
262

C
Craig Davison 已提交
263
* [CodeCademy PHP](https://www.codecademy.com/learn/php)
V
Victor Felder 已提交
264
* [Learn PHP](http://www.learn-php.org)
265
* [PHP tutorial](https://www.w3schools.com/php) - W3Schools
266

267

268 269 270 271 272
### PostgreSQL

* [PostgreSQL Tutorial](https://www.postgresqltutorial.com)


C
Christoph Uschkrat 已提交
273
### Python
274

C
Craig Davison 已提交
275
* [Codecademy Python course](https://www.codecademy.com/learn/python)
276
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
V
Victor Felder 已提交
277
* [Learn Python](http://www.learnpython.org)
M
Meenakshi Agarwal 已提交
278
* [Learn Python Step by Step](http://www.techbeamers.com/python-tutorial-step-by-step)
279
* [Python for Everybody - Interactive](https://runestone.academy/runestone/books/published/py4e-int/index.html) - Barbara Ericson
280
* [Python Koans](https://github.com/gregmalcolm/python_koans)
G
Gintautas Švedas 已提交
281
* [Python Pandas Tutorial: A Complete Introduction for Beginners](https://www.learndatasci.com/tutorials/python-pandas-tutorial-complete-introduction-for-beginners/) - George McIntire, Brendan Martin, Lauren Washington
282
* [Python Tutorial](https://www.w3schools.com/python) - W3Schools
283

284

C
Christoph Uschkrat 已提交
285
### Ruby
286

C
Craig Davison 已提交
287
* [CodeCademy Ruby](https://www.codecademy.com/learn/ruby)
V
Victor Felder 已提交
288 289 290
* [Ruby Koans](http://www.rubykoans.com)
* [The Odin Project](http://www.theodinproject.com)
* [Try Ruby](http://tryruby.org)
A
Alexander Fefelov 已提交
291

292

293 294 295 296 297
### Rust

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


C
Christoph Uschkrat 已提交
298
### Scala
299

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

303

M
Meenakshi Agarwal 已提交
304 305 306 307 308
### Selenium

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


A
Asad Dhamani 已提交
309
### SQL
310

311
* [Intro to SQL: Querying and managing data](https://www.khanacademy.org/computing/computer-programming/sql) - Khan Academy
312
* [SQL at Codecademy](https://www.codecademy.com/courses/learn-sql)
313
* [SQL Tutorial](https://www.w3schools.com/sql) - W3Schools
V
Victor Felder 已提交
314
* [SQLBolt](http://sqlbolt.com)
A
Asad Dhamani 已提交
315 316


C
Christoph Uschkrat 已提交
317
### Vim
318

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