free-programming-interactive-tutorials-en.md 9.7 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 36 37
* [Lisp](#lisp)
* [MATLAB](#matlab)
* [Node](#node)
* [NoSQL](#nosql)
* [Objective-C](#objective-c)
* [Ocaml](#ocaml)
* [PHP](#php)
* [Python](#python)
* [Ruby](#ruby)
38
* [Rust](#rust)
39
* [Scala](#scala)
A
Asad Dhamani 已提交
40
* [SQL](#sql)
41 42 43
* [Vim](#vim)


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

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


49 50 51 52 53
### Android

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


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

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

59

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

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

V
Victor Felder 已提交
64

65
### C Sharp
66

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

72

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

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


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

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


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

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

101

102 103 104 105 106
### Dart

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


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

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

111

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

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


122 123 124 125 126
### GLSL

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


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

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

132

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

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

137

138
### HTML / CSS
139

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


152 153 154 155 156
#### Bootstrap

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


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

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

165

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

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

V
Victor Felder 已提交
183

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

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


193 194 195 196 197 198 199 200
#### 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)
201
* [React Tutorial](https://react-tutorial.app)
202 203


204 205 206 207 208
### Kotlin

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


209
### Language Agnostic
210

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


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


223 224 225 226 227
### LaTeX

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


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

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


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

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


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

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


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

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

249

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

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

254

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

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

259

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

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

266

C
Christoph Uschkrat 已提交
267
### Python
268

C
Craig Davison 已提交
269
* [Codecademy Python course](https://www.codecademy.com/learn/python)
270
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
V
Victor Felder 已提交
271
* [Learn Python](http://www.learnpython.org)
M
Meenakshi Agarwal 已提交
272
* [Learn Python Step by Step](http://www.techbeamers.com/python-tutorial-step-by-step)
273
* [Python for Everybody - Interactive](https://runestone.academy/runestone/books/published/py4e-int/index.html) - Barbara Ericson
274
* [Python Koans](https://github.com/gregmalcolm/python_koans)
G
Gintautas Švedas 已提交
275
* [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
276
* [Python Tutorial](https://www.w3schools.com/python) - W3Schools
277

278

C
Christoph Uschkrat 已提交
279
### Ruby
280

C
Craig Davison 已提交
281
* [CodeCademy Ruby](https://www.codecademy.com/learn/ruby)
V
Victor Felder 已提交
282 283 284
* [Ruby Koans](http://www.rubykoans.com)
* [The Odin Project](http://www.theodinproject.com)
* [Try Ruby](http://tryruby.org)
A
Alexander Fefelov 已提交
285

286

287 288 289 290 291
### Rust

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


C
Christoph Uschkrat 已提交
292
### Scala
293

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

297

M
Meenakshi Agarwal 已提交
298 299 300 301 302
### Selenium

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


A
Asad Dhamani 已提交
303
### SQL
304

305
* [Intro to SQL: Querying and managing data](https://www.khanacademy.org/computing/computer-programming/sql) - Khan Academy
306
* [SQL at Codecademy](https://www.codecademy.com/courses/learn-sql)
307
* [SQL Tutorial](https://www.w3schools.com/sql) - W3Schools
V
Victor Felder 已提交
308
* [SQLBolt](http://sqlbolt.com)
A
Asad Dhamani 已提交
309 310


C
Christoph Uschkrat 已提交
311
### Vim
312

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