free-programming-interactive-tutorials-en.md 9.9 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
C
Craig Davison 已提交
150
* [Learn by doing beginner projects](https://dash.generalassemb.ly)
C
Craig Davison 已提交
151
* [Learn HTML & CSS interactively](https://www.codecademy.com/learn/web)
152
* [Prototyping a professional website](https://www.codecademy.com/learn/make-a-website)
153 154


155 156 157 158 159
#### Bootstrap

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


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

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

168

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

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

V
Victor Felder 已提交
186

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

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


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


207 208 209 210 211
### Kotlin

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


212
### Language Agnostic
213

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


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


226 227 228 229 230
### LaTeX

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


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

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


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

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


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

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


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

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

252

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

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

257

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

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

262

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

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

269

270 271 272 273 274
### PostgreSQL

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


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

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

286

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

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

294

295 296 297 298 299
### Rust

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


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

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

305

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

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


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

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


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

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