free-programming-interactive-tutorials-en.md 4.1 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 28 29 30
* [Lisp](#lisp)
* [MATLAB](#matlab)
* [Node](#node)
* [NoSQL](#nosql)
* [Objective-C](#objective-c)
* [Ocaml](#ocaml)
* [PHP](#php)
* [Python](#python)
* [R](#r)
* [Ruby](#ruby)
* [Scala](#scala)
* [Vim](#vim)


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

34

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

38

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

42

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


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


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

58

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

62

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


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



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

78

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

82

83
### HTML / CSS
84 85 86 87
* [Learn HTML & CSS interactively](http://www.codecademy.com/tracks/web)
* [Prototyping a professional website](http://www.codecademy.com/skills/prototyping)


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

93

C
Christoph Uschkrat 已提交
94
### JavaScript
95 96
* [Codecademy jquery track](http://www.codecademy.com/tracks/jquery)
* [Javascript interactive tutorial](http://www.codecademy.com/tracks/javascript)
V
Victor Felder 已提交
97
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
98 99 100
* [Learn JavaScript](http://www.learn-js.org/)
* [Learn knockout.js](http://learn.knockoutjs.com)
* [Try jQuery](http://try.jquery.com/)
101
* [Functional Programming in Javascript](http://jhusain.github.io/learnrx/)
V
Victor Felder 已提交
102 103


104
### Language Agnostic
105
* [CodeCombat](http://codecombat.com) - Python, JavaScript, CoffeeScript, Clojure, Lua, Io
106 107 108
* [Codility](https://codility.com/programmers/)


C
Christoph Uschkrat 已提交
109
### Lisp
110 111 112
* [Lisp Koans](https://github.com/google/lisp-koans)


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


C
Christoph Uschkrat 已提交
117
### Node
118 119 120
* [Node School](http://nodeschool.io/)


C
Christoph Uschkrat 已提交
121
### NoSQL
122
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
123
* [Try MongoDB](http://try.mongodb.org/)
124
* [Try Redis](http://try.redis.io/)
125

126

C
Christoph Uschkrat 已提交
127
### Objective-C
128
* [Try Objective-C](http://tryobjectivec.codeschool.com)
129

130

C
Christoph Uschkrat 已提交
131
### Ocaml
132 133
* [Try Ocaml](http://try.ocamlpro.com/)

134

C
Christoph Uschkrat 已提交
135
### PHP
C
Chris Ben 已提交
136
* [CodeCademy PHP](http://www.codecademy.com/tracks/php)
137 138
* [Learn PHP](http://www.learn-php.org/)

139

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

146 147


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

151 152 153

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

155

C
Christoph Uschkrat 已提交
156
### Ruby
157
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
158
* [Codeschool Ruby paths](https://www.codeschool.com/paths/ruby)
159
* [Ruby Koans](http://www.rubykoans.com/)
C
Chris Ben 已提交
160
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
F
Fwiffo 已提交
161
* [The Odin Project](http://www.theodinproject.com/)
C
Chris Ben 已提交
162
* [Try Ruby](http://tryruby.org/)
A
Alexander Fefelov 已提交
163

164

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

168

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