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


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

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


52 53
### Android

54
* [Android Tutorial](https://www.tutlane.com/tutorial/android) - tutlane
55 56 57
* [Javatpoint Android Tutorial](https://www.javatpoint.com/android-tutorial)


C
Christoph Uschkrat 已提交
58
### Bash
59

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

63

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

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

V
Victor Felder 已提交
68

69
### C Sharp
70

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

77

S
Seth 已提交
78
<h3 id="cpp">C++</h3>
79

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


C
Christoph Uschkrat 已提交
84
### Clojure
85

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


92
### Cloud Computing
93 94 95 96 97 98 99 100

* [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 已提交
101
### CoffeeScript
102

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

106

107 108 109 110 111
### Dart

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


K
Krati Agrawal 已提交
112 113
### Data Science

114
* [Data Science Foundations - IBM SkillBuild](https://skillsbuild.org/students/course-catalog/data-science) *(Email login reqired to access the course)*
K
Krati Agrawal 已提交
115 116 117 118
* [Essential Linear Algebra for Data Science and Machine Learning](https://www.kdnuggets.com/2021/05/essential-linear-algebra-data-science-machine-learning.html) -KDnuggets
* [Top 10 Data Science Projects for Beginners - KDnuggets](https://www.kdnuggets.com/2021/06/top-10-data-science-projects-beginners.html)


C
Christoph Uschkrat 已提交
119
### Erlang
120

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

123

C
Christoph Uschkrat 已提交
124
### Git
125

126 127
* [git-game](https://github.com/git-game/git-game)
* [git-game-v2](https://github.com/git-game/git-game-v2)
128
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
129
* [Learn Git Branching](https://learngitbranching.js.org)
R
Renan Martins 已提交
130
* [Learn Git with Bitbucket Cloud](https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud)
C
Chris Ben 已提交
131
* [Try Git](http://try.github.io)
132 133


134 135 136 137 138
### GLSL

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


C
Christoph Uschkrat 已提交
139
### Go
140

C
Chris Ben 已提交
141
* [Go Koans](https://github.com/cdarwin/go-koans)
142
* [Go Tutorial](https://www.w3schools.com/go/) - W3Schools
143
* [Start using Go](https://docs.microsoft.com/en-us/learn/paths/go-first-steps/) - Microsoft
C
Craig Davison 已提交
144
* [The Go Tutorial](http://tour.golang.org)
145

146

C
Christoph Uschkrat 已提交
147
### Haskell
148

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

151

152
### HTML / CSS
153

154
* [CSS Diner](http://flukeout.github.io)
155
* [CSS Tutorial](https://www.w3schools.com/css/) - W3Schools
156
* [Flex Box Adventure](https://codingfantasy.com/games/flexboxadventure) - Nick Bull
157
* [Flexbox Defense](http://flexboxdefense.com)
158
* [Flexbox Froggy](http://flexboxfroggy.com)
159
* [FreeCodeCamp: Responsive Web Design Course](https://www.freecodecamp.org/learn/responsive-web-design/basic-html-and-html5/)
160
* [Grid Attack](https://codingfantasy.com/games/css-grid-attack) - Nick Bull
161
* [Grid Garden](https://cssgridgarden.com)
162
* [HTML Tutorial](https://www.w3schools.com/html/) - W3Schools
163
* [Knights of the Flexbox Table](https://knightsoftheflexboxtable.com)
C
Craig Davison 已提交
164
* [Learn by doing beginner projects](https://dash.generalassemb.ly)
C
Craig Davison 已提交
165
* [Learn HTML & CSS interactively](https://www.codecademy.com/learn/web)
166
* [Prototyping a professional website](https://www.codecademy.com/learn/make-a-website)
167 168


169 170
#### Bootstrap

171
* [Bootstrap Tutorial](https://www.tutlane.com/tutorial/bootstrap) - tutlane
172 173 174
* [Front End Libraries: Bootstrap](https://www.freecodecamp.org/learn/front-end-libraries/bootstrap)


C
Christoph Uschkrat 已提交
175
### Java
176

V
Victor Felder 已提交
177
* [CodingBat code practice](http://codingbat.com/java)
178
* [Java at Codecademy](https://www.codecademy.com/courses/learn-java)
179
* [Java Tutorial](https://www.w3schools.com/java) - W3Schools
V
Victor Felder 已提交
180
* [Learn Java](http://www.learnjavaonline.org)
181
* [Learneroo Java tutorial](https://www.learneroo.com/modules/11)
182

183

C
Christoph Uschkrat 已提交
184
### JavaScript
185

186
* [ABC of JavaScript : An Interactive JavaScript Tutorial](http://www.openjs.com/tutorials/basic_tutorial/)
C
Craig Davison 已提交
187
* [Codecademy jquery track](https://www.codecademy.com/learn/jquery)
188
* [ES6 Interactive Guide](http://stack.formidable.com/es6-interactive-guide/#/)
S
Saritha 已提交
189
* [Functional Programming in Javascript](https://github.com/ReactiveX/learnrx)
190
* [JavaScript Algorithms and Data Structures Certification](https://www.freecodecamp.org/learn/javascript-algorithms-and-data-structures/basic-javascript)
C
Craig Davison 已提交
191
* [Javascript interactive tutorial on CodeCademy](https://www.codecademy.com/learn/javascript)
192
* [JavaScript interactive tutorial on CoderMania](http://www.codermania.com/javascript/lesson/1a/hello-world)
193
* [JavaScript Tutorial](https://www.w3schools.com/js) - W3Schools
V
Vikas Parashar 已提交
194
* [Javascripting](https://github.com/sethvincent/javascripting)
V
Victor Felder 已提交
195
* [Learn JavaScript](http://www.learn-js.org)
196
* [Learn knockout.js](http://learn.knockoutjs.com)
197
* [Learn to Code for Free – Grasshopper](https://grasshopper.app)
198
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
V
Victor Felder 已提交
199
* [Try jQuery](http://try.jquery.com)
S
Saritha 已提交
200

V
Victor Felder 已提交
201

202
#### AngularJS
S
sstt011 已提交
203

204 205
* [AngularJS - Step by Logical Step](http://nicholasjohnson.com/angular-book/) - Nicholas Johnson
* [AngularJS Basics](http://www.angularjsbook.com) - Chris Smith
206
* [AngularJS Tutorial](https://www.tutlane.com/tutorial/angularjs) - tutlane
207
* [AngularJS Tutorial](https://www.w3schools.com/angular/) - W3Schools
S
sstt011 已提交
208 209 210 211
* [egghead.io: Learn AngularJS with Tutorial Videos & Training](https://egghead.io)
* [Learn AngularJS with free interactive lessons](http://www.learn-angular.org)


212 213 214 215 216 217 218 219
#### 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)
220
* [React Tutorial](https://react-tutorial.app)
221 222


223 224 225 226 227
### Kotlin

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


228
### Language Agnostic
229

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


237 238 239 240 241
#### 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*)


242 243 244 245 246
### LaTeX

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


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

249 250 251
* [Lisp Koans](https://github.com/google/lisp-koans)


C
Christoph Uschkrat 已提交
252
### MATLAB
253

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


C
Christoph Uschkrat 已提交
257
### Node
258

V
Victor Felder 已提交
259
* [Node School](http://nodeschool.io)
260
* [Node.js Tutorial](https://www.tutlane.com/tutorial/nodejs) - tutlane
261
* [Node.js Tutorial](https://www.w3schools.com/nodejs) - W3Schools
262 263


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

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

269

C
Christoph Uschkrat 已提交
270
### Objective-C
271

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

274

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

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

279

C
Christoph Uschkrat 已提交
280
### PHP
281

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

286

287 288 289 290 291
### PostgreSQL

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


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

C
Craig Davison 已提交
294
* [Codecademy Python course](https://www.codecademy.com/learn/python)
295
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
V
Victor Felder 已提交
296
* [Learn Python](http://www.learnpython.org)
M
Meenakshi Agarwal 已提交
297
* [Learn Python Step by Step](http://www.techbeamers.com/python-tutorial-step-by-step)
298
* [Python for Everybody - Interactive](https://runestone.academy/runestone/books/published/py4e-int/index.html) - Barbara Ericson
299
* [Python Koans](https://github.com/gregmalcolm/python_koans)
G
Gintautas Švedas 已提交
300
* [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
A
Anuj Singh 已提交
301
* [Python Programming Language](https://www.geeksforgeeks.org/python-programming-language/) - GeeksforGeeks
302
* [Python Tutorial](https://www.tutlane.com/tutorial/python) - tutlane
303
* [Python Tutorial](https://www.w3schools.com/python) - W3Schools
304

305

C
Christoph Uschkrat 已提交
306
### Ruby
307

C
Craig Davison 已提交
308
* [CodeCademy Ruby](https://www.codecademy.com/learn/ruby)
V
Victor Felder 已提交
309 310 311
* [Ruby Koans](http://www.rubykoans.com)
* [The Odin Project](http://www.theodinproject.com)
* [Try Ruby](http://tryruby.org)
A
Alexander Fefelov 已提交
312

313

314 315
### Rust

316
* [Rust Quiz](https://dtolnay.github.io/rust-quiz)
317 318 319
* [Rustlings](https://github.com/rust-lang/rustlings)


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

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

325

M
Meenakshi Agarwal 已提交
326 327 328 329 330
### Selenium

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


A
Asad Dhamani 已提交
331
### SQL
332

333
* [Intro to SQL: Querying and managing data](https://www.khanacademy.org/computing/computer-programming/sql) - Khan Academy
334
* [SQL at Codecademy](https://www.codecademy.com/courses/learn-sql)
335
* [SQL Server Tutorial](https://www.tutlane.com/tutorial/sql-server) - tutlane
336
* [SQL Tutorial](https://www.w3schools.com/sql) - W3Schools
V
Victor Felder 已提交
337
* [SQLBolt](http://sqlbolt.com)
A
Asad Dhamani 已提交
338 339


C
Christoph Uschkrat 已提交
340
### Vim
341

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