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


C
Christoph Uschkrat 已提交
32
### Bash
33 34
* [Learn Shell Programming](http://www.learnshell.org)

35

C
Christoph Uschkrat 已提交
36
### C
37 38
* [Learn C](http://www.learn-c.org/)

39

40
### C Sharp
41 42
* [Learn C#](http://www.learncs.org/)

43

S
SungRim Huh 已提交
44 45 46 47
### C++
* [CppKoans](https://github.com/torbjoernk/CppKoans)


C
Christoph Uschkrat 已提交
48
### Clojure
49
* [4Clojure - Koans](https://www.4clojure.com/)
50 51
* [Clojure Koans](http://clojurekoans.com/)
* [ClojureScript Koans](http://clojurescriptkoans.com/)
52
* [Try Clojure](http://tryclj.com/)
53 54


C
Christoph Uschkrat 已提交
55
### CoffeeScript
E
elrrrrrrr 已提交
56
* [Coffeescript Style Guide](https://github.com/polarmobile/coffeescript-style-guide/blob/master/README.md)
57 58
* [Smooth CoffeeScript, Interactive Edition](http://autotelicum.github.io/Smooth-CoffeeScript/interactive/interactive-coffeescript.html)

59

C
Christoph Uschkrat 已提交
60
### Erlang
61
* [Try Erlang](http://www.tryerlang.org/)
62

63

64
### F Sharp
A
Andrea 已提交
65 66 67
* [Try F#](http://www.tryfsharp.org/)


C
Christoph Uschkrat 已提交
68
### Git
69
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
70
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
C
Chris Ben 已提交
71
* [Try Git](http://try.github.io)
72 73 74



C
Christoph Uschkrat 已提交
75
### Go
C
Chris Ben 已提交
76
* [Go Koans](https://github.com/cdarwin/go-koans)
77 78
* [The Go Tutorial](http://golang.org/doc/go_tutorial.html)

79

C
Christoph Uschkrat 已提交
80
### Haskell
81 82
* [Try Haskell!](http://tryhaskell.org/)

83

84
### HTML / CSS
V
Victor Felder 已提交
85
* [Learn by doing beginner projects](https://dash.generalassemb.ly/projects)
86 87 88 89
* [Learn HTML & CSS interactively](http://www.codecademy.com/tracks/web)
* [Prototyping a professional website](http://www.codecademy.com/skills/prototyping)


C
Christoph Uschkrat 已提交
90
### Java
V
Victor Felder 已提交
91
* [CodingBat code practice](http://codingbat.com/java)
A
Ariel 已提交
92
* [Learneroo Java tutorial](http://www.learneroo.com/modules/11)
93 94
* [Learn Java](http://www.learnjavaonline.org/)

95

C
Christoph Uschkrat 已提交
96
### JavaScript
97
* [ABC of JavaScript : An Interactive JavaScript Tutorial](http://www.openjs.com/tutorials/basic_tutorial/)
98
* [Codecademy jquery track](http://www.codecademy.com/tracks/jquery)
S
Saritha 已提交
99
* [Functional Programming in Javascript](https://github.com/ReactiveX/learnrx)
100
* [Javascript Foundations](http://gymnasium.aquent.com/catalog/course/104)
101 102
* [Javascript interactive tutorial on CodeCademy](http://www.codecademy.com/tracks/javascript)
* [Javascript interactive tutorial on CoderMania](http://www.codermania.com/javascript/lesson/1a/hello-world)
V
Vikas Parashar 已提交
103
* [Javascripting](https://github.com/sethvincent/javascripting)
104
* [jQuery Building Blocks](http://gymnasium.aquent.com/catalog/course/102)
V
Victor Felder 已提交
105
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
106 107 108
* [Learn JavaScript](http://www.learn-js.org/)
* [Learn knockout.js](http://learn.knockoutjs.com)
* [Try jQuery](http://try.jquery.com/)
S
Saritha 已提交
109

V
Victor Felder 已提交
110 111


112
### Language Agnostic
113
* [CodeCombat](http://codecombat.com) - Python, JavaScript, CoffeeScript, Clojure, Lua, Io
114 115 116
* [Codility](https://codility.com/programmers/)


C
Christoph Uschkrat 已提交
117
### Lisp
118 119 120
* [Lisp Koans](https://github.com/google/lisp-koans)


C
Christoph Uschkrat 已提交
121
### MATLAB
122 123 124
* [Interactive Tutorials for MATLAB, Simulink, Signal Processing, Controls, and Computational Mathematics](http://www.mathworks.com/tutorials)


C
Christoph Uschkrat 已提交
125
### Node
126 127 128
* [Node School](http://nodeschool.io/)


C
Christoph Uschkrat 已提交
129
### NoSQL
130
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
131
* [Try MongoDB](http://try.mongodb.org/)
132
* [Try Redis](http://try.redis.io/)
133

134

C
Christoph Uschkrat 已提交
135
### Objective-C
136
* [Try Objective-C](http://tryobjectivec.codeschool.com)
137

138

C
Christoph Uschkrat 已提交
139
### Ocaml
140 141
* [Try Ocaml](http://try.ocamlpro.com/)

142

C
Christoph Uschkrat 已提交
143
### PHP
C
Chris Ben 已提交
144
* [CodeCademy PHP](http://www.codecademy.com/tracks/php)
145 146
* [Learn PHP](http://www.learn-php.org/)

147

C
Christoph Uschkrat 已提交
148
### Python
149
* [Codecademy Python course](http://www.codecademy.com/tracks/python)
150
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
151
* [Learn Python](http://www.learnpython.org/)
152 153
* [Python Koans](https://github.com/gregmalcolm/python_koans)

154 155


C
Christoph Uschkrat 已提交
156
### R
157
* [Try R](http://tryr.codeschool.com)
S
SungRim Huh 已提交
158

159 160 161

### Racket
* [Try Racket](http://try-racket.org/)
162

163

C
Christoph Uschkrat 已提交
164
### Ruby
165
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
166
* [Codeschool Ruby paths](https://www.codeschool.com/paths/ruby)
167
* [Ruby Koans](http://www.rubykoans.com/)
C
Chris Ben 已提交
168
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
F
Fwiffo 已提交
169
* [The Odin Project](http://www.theodinproject.com/)
C
Chris Ben 已提交
170
* [Try Ruby](http://tryruby.org/)
A
Alexander Fefelov 已提交
171

172

C
Christoph Uschkrat 已提交
173
### Scala
A
Alexander Fefelov 已提交
174
* [Scala Tour](http://www.scala-tour.com/)
175

176

A
Asad Dhamani 已提交
177 178 179 180
### SQL
* [SQLBolt](http://sqlbolt.com/)


C
Christoph Uschkrat 已提交
181
### Vim
182
* [Interactive Vim Tutorial](http://www.openvim.com/tutorial.html)