free-programming-interactive-tutorials-en.md 5.3 KB
Newer Older
1
### Index
2

3 4 5
* [Bash](#bash)
* [C](#c)
* [C#](#c-sharp)
S
SungRim Huh 已提交
6
* [C++](#c-1)
7 8 9 10 11 12 13 14 15 16
* [Clojure](#clojure)
* [CoffeeScript](#coffeescript)
* [Erlang](#erlang)
* [F#](#f-sharp)
* [Git](#git)
* [Go](#go)
* [Haskell](#haskell)
* [HTML / CSS](#html--css)
* [Java](#java)
* [Javascript](#javascript)
S
sstt011 已提交
17
  * [Angular.js](#angularjs)
18
* [Language Agnostic](#language-agnostic)
19 20 21 22 23 24 25 26 27 28
* [Lisp](#lisp)
* [MATLAB](#matlab)
* [Node](#node)
* [NoSQL](#nosql)
* [Objective-C](#objective-c)
* [Ocaml](#ocaml)
* [PHP](#php)
* [Python](#python)
* [Ruby](#ruby)
* [Scala](#scala)
A
Asad Dhamani 已提交
29
* [SQL](#sql)
30 31 32
* [Vim](#vim)


C
Christoph Uschkrat 已提交
33
### Bash
34

35
* [Help messages will explain everything](https://explainshell.com)
36 37
* [Learn Shell Programming](http://www.learnshell.org)

38

C
Christoph Uschkrat 已提交
39
### C
40

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

V
Victor Felder 已提交
43

44
### C Sharp
45

V
Victor Felder 已提交
46
* [Learn C#](http://www.learncs.org)
47

48

S
SungRim Huh 已提交
49
### C++
50

S
SungRim Huh 已提交
51 52 53
* [CppKoans](https://github.com/torbjoernk/CppKoans)


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

56
* [4Clojure - Koans](http://www.4clojure.com)
V
Victor Felder 已提交
57 58
* [Clojure Koans](http://clojurekoans.com)
* [ClojureScript Koans](http://clojurescriptkoans.com)
C
Craig Davison 已提交
59
* [Try Clojure](http://www.tryclj.com)
60 61


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

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

67

C
Christoph Uschkrat 已提交
68
### Erlang
69

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

72

73
### F Sharp
74

V
Victor Felder 已提交
75
* [Try F#](http://www.tryfsharp.org)
A
Andrea 已提交
76 77


C
Christoph Uschkrat 已提交
78
### Git
79

80
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
81
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
C
Chris Ben 已提交
82
* [Try Git](http://try.github.io)
83 84


C
Christoph Uschkrat 已提交
85
### Go
86

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

90

C
Christoph Uschkrat 已提交
91
### Haskell
92

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

95

96
### HTML / CSS
97

98
* [CSS Diner](http://flukeout.github.io)
99
* [Flexbox Defense](http://flexboxdefense.com)
100
* [Flexbox Froggy](http://flexboxfroggy.com)
C
Craig Davison 已提交
101
* [Learn by doing beginner projects](https://dash.generalassemb.ly)
C
Craig Davison 已提交
102 103
* [Learn HTML & CSS interactively](https://www.codecademy.com/learn/web)
* [Prototyping a professional website](https://www.codecademy.com/skills/make-a-website)
104 105


C
Christoph Uschkrat 已提交
106
### Java
107

V
Victor Felder 已提交
108
* [CodingBat code practice](http://codingbat.com/java)
V
Victor Felder 已提交
109
* [Learn Java](http://www.learnjavaonline.org)
110
* [Learneroo Java tutorial](https://www.learneroo.com/modules/11)
111

112

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

115
* [ABC of JavaScript : An Interactive JavaScript Tutorial](http://www.openjs.com/tutorials/basic_tutorial/)
C
Craig Davison 已提交
116
* [Codecademy jquery track](https://www.codecademy.com/learn/jquery)
117
* [ES6 Interactive Guide](http://stack.formidable.com/es6-interactive-guide/#/)
S
Saritha 已提交
118
* [Functional Programming in Javascript](https://github.com/ReactiveX/learnrx)
C
Craig Davison 已提交
119
* [Javascript interactive tutorial on CodeCademy](https://www.codecademy.com/learn/javascript)
V
Vikas Parashar 已提交
120
* [Javascripting](https://github.com/sethvincent/javascripting)
V
Victor Felder 已提交
121
* [Learn JavaScript](http://www.learn-js.org)
122
* [Learn knockout.js](http://learn.knockoutjs.com)
123
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
V
Victor Felder 已提交
124
* [Try jQuery](http://try.jquery.com)
S
Saritha 已提交
125

V
Victor Felder 已提交
126

S
sstt011 已提交
127 128 129 130 131 132 133 134
#### Angular.js

* [Angular Basics](http://www.angularjsbook.com)
* [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)


135
### Language Agnostic
136

137
* [CodeCombat](http://codecombat.com) - Python, JavaScript, CoffeeScript, Clojure, Lua, Io
138
* [Codility](https://codility.com/programmers/)
V
Victor Felder 已提交
139
* [Python Tutor](http://pythontutor.com) - Python, Java, JavaScript, TypeScript, Ruby, C, C++
A
Alexey Gorelov 已提交
140
* [The Fullstack Tutorial for GraphQL](https://www.howtographql.com)
141 142


C
Christoph Uschkrat 已提交
143
### Lisp
144

145 146 147
* [Lisp Koans](https://github.com/google/lisp-koans)


C
Christoph Uschkrat 已提交
148
### MATLAB
149

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


C
Christoph Uschkrat 已提交
153
### Node
154

V
Victor Felder 已提交
155
* [Node School](http://nodeschool.io)
156 157


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

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

163

C
Christoph Uschkrat 已提交
164
### Objective-C
165

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

168

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

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

173

C
Christoph Uschkrat 已提交
174
### PHP
175

C
Craig Davison 已提交
176
* [CodeCademy PHP](https://www.codecademy.com/learn/php)
V
Victor Felder 已提交
177
* [Learn PHP](http://www.learn-php.org)
178

179

C
Christoph Uschkrat 已提交
180
### Python
181

C
Craig Davison 已提交
182
* [Codecademy Python course](https://www.codecademy.com/learn/python)
183
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
V
Victor Felder 已提交
184
* [Learn Python](http://www.learnpython.org)
M
Meenakshi Agarwal 已提交
185
* [Learn Python Step by Step](http://www.techbeamers.com/python-tutorial-step-by-step)
186 187
* [Python Koans](https://github.com/gregmalcolm/python_koans)

188

C
Christoph Uschkrat 已提交
189
### Ruby
190

C
Craig Davison 已提交
191
* [CodeCademy Ruby](https://www.codecademy.com/learn/ruby)
192
* [Codeschool Ruby paths](https://www.codeschool.com/paths/ruby)
V
Victor Felder 已提交
193 194 195
* [Ruby Koans](http://www.rubykoans.com)
* [The Odin Project](http://www.theodinproject.com)
* [Try Ruby](http://tryruby.org)
A
Alexander Fefelov 已提交
196

197

C
Christoph Uschkrat 已提交
198
### Scala
199

200
* [A Tour of Scala - an interactive scala tutorial](https://scalatutorials.com/tour/)
V
Victor Felder 已提交
201
* [Scala Exercises](https://www.scala-exercises.org) 
202

203

M
Meenakshi Agarwal 已提交
204 205 206 207 208
### Selenium

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


A
Asad Dhamani 已提交
209
### SQL
210

V
Victor Felder 已提交
211
* [SQLBolt](http://sqlbolt.com)
A
Asad Dhamani 已提交
212 213


C
Christoph Uschkrat 已提交
214
### Vim
215

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