free-programming-interactive-tutorials-en.md 10.0 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
Seth 已提交
8
* [C++](#cpp)
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)
41
* [Selenium](#selenium)
A
Asad Dhamani 已提交
42
* [SQL](#sql)
43 44 45
* [Vim](#vim)


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

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


51 52 53 54 55
### Android

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


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

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

61

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

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

V
Victor Felder 已提交
66

67
### C Sharp
68

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

74

S
Seth 已提交
75
<h3 id="cpp">C++</h3>
76

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


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

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


89
### Cloud Computing
90 91 92 93 94 95 96 97

* [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 已提交
98
### CoffeeScript
99

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

103

104 105 106 107 108
### Dart

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


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

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

113

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

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


124 125 126 127 128
### GLSL

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


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

C
Chris Ben 已提交
131
* [Go Koans](https://github.com/cdarwin/go-koans)
132
* [Start using Go](https://docs.microsoft.com/en-us/learn/paths/go-first-steps/) - Microsoft
C
Craig Davison 已提交
133
* [The Go Tutorial](http://tour.golang.org)
134

135

C
Christoph Uschkrat 已提交
136
### Haskell
137

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

140

141
### HTML / CSS
142

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


156 157 158 159 160
#### Bootstrap

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


C
Christoph Uschkrat 已提交
161
### Java
162

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

169

C
Christoph Uschkrat 已提交
170
### JavaScript
171

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

V
Victor Felder 已提交
187

S
sstt011 已提交
188 189 190
#### Angular.js

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


197 198 199 200 201 202 203 204
#### 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)
205
* [React Tutorial](https://react-tutorial.app)
206 207


208 209 210 211 212
### Kotlin

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


213
### Language Agnostic
214

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


222 223 224 225 226
#### 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*)


227 228 229 230 231
### LaTeX

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


C
Christoph Uschkrat 已提交
232
### Lisp
233

234 235 236
* [Lisp Koans](https://github.com/google/lisp-koans)


C
Christoph Uschkrat 已提交
237
### MATLAB
238

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


C
Christoph Uschkrat 已提交
242
### Node
243

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


C
Christoph Uschkrat 已提交
248
### NoSQL
249

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

253

C
Christoph Uschkrat 已提交
254
### Objective-C
255

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

258

C
Christoph Uschkrat 已提交
259
### Ocaml
260

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

263

C
Christoph Uschkrat 已提交
264
### PHP
265

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

270

271 272 273 274 275
### PostgreSQL

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


C
Christoph Uschkrat 已提交
276
### Python
277

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

287

C
Christoph Uschkrat 已提交
288
### Ruby
289

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

295

296 297 298 299 300
### Rust

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


C
Christoph Uschkrat 已提交
301
### Scala
302

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

306

M
Meenakshi Agarwal 已提交
307 308 309 310 311
### Selenium

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


A
Asad Dhamani 已提交
312
### SQL
313

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


C
Christoph Uschkrat 已提交
320
### Vim
321

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