free-programming-interactive-tutorials-en.md 3.9 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14
### Index
* [Bash](#bash)
* [C](#c)
* [C#](#c-sharp)
* [Clojure](#clojure)
* [CoffeeScript](#coffeescript)
* [Erlang](#erlang)
* [F#](#f-sharp)
* [Git](#git)
* [Go](#go)
* [Haskell](#haskell)
* [HTML / CSS](#html--css)
* [Java](#java)
* [Javascript](#javascript)
15
* [Language Agnostic](#language-agnostic)
16 17 18 19 20 21 22 23 24 25 26 27 28 29
* [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 已提交
30
### Bash
31 32
* [Learn Shell Programming](http://www.learnshell.org)

33

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

37

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

41

C
Christoph Uschkrat 已提交
42
### Clojure
43
* [4Clojure - Koans](https://www.4clojure.com/)
44 45
* [Clojure Koans](http://clojurekoans.com/)
* [ClojureScript Koans](http://clojurescriptkoans.com/)
46
* [Try Clojure](http://tryclj.com/)
47 48


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

53

C
Christoph Uschkrat 已提交
54
### Erlang
55
* [Try Erlang](http://www.tryerlang.org/)
56

57

58
### F Sharp
A
Andrea 已提交
59 60 61
* [Try F#](http://www.tryfsharp.org/)


C
Christoph Uschkrat 已提交
62
### Git
63
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
64
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
C
Chris Ben 已提交
65
* [Try Git](http://try.github.io)
66 67 68



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

73

C
Christoph Uschkrat 已提交
74
### Haskell
75 76
* [Try Haskell!](http://tryhaskell.org/)

77

78
### HTML / CSS
79 80 81 82
* [Learn HTML & CSS interactively](http://www.codecademy.com/tracks/web)
* [Prototyping a professional website](http://www.codecademy.com/skills/prototyping)


C
Christoph Uschkrat 已提交
83
### Java
V
Victor Felder 已提交
84
* [CodingBat code practice](http://codingbat.com/java)
A
Ariel 已提交
85
* [Learneroo Java tutorial](http://www.learneroo.com/modules/11)
86 87
* [Learn Java](http://www.learnjavaonline.org/)

88

C
Christoph Uschkrat 已提交
89
### JavaScript
90 91
* [Codecademy jquery track](http://www.codecademy.com/tracks/jquery)
* [Javascript interactive tutorial](http://www.codecademy.com/tracks/javascript)
V
Victor Felder 已提交
92
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
93 94 95
* [Learn JavaScript](http://www.learn-js.org/)
* [Learn knockout.js](http://learn.knockoutjs.com)
* [Try jQuery](http://try.jquery.com/)
V
Victor Felder 已提交
96 97


98
### Language Agnostic
99
* [CodeCombat](http://codecombat.com) - Python, JavaScript, CoffeeScript, Clojure, Lua, Io
100 101 102
* [Codility](https://codility.com/programmers/)


C
Christoph Uschkrat 已提交
103
### Lisp
104 105 106
* [Lisp Koans](https://github.com/google/lisp-koans)


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


C
Christoph Uschkrat 已提交
111
### Node
112 113 114
* [Node School](http://nodeschool.io/)


C
Christoph Uschkrat 已提交
115
### NoSQL
116
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
117
* [Try Redis](http://try.redis.io/)
118

119

C
Christoph Uschkrat 已提交
120
### Objective-C
121
* [Try Objective-C](http://tryobjectivec.codeschool.com)
122

123

C
Christoph Uschkrat 已提交
124
### Ocaml
125 126
* [Try Ocaml](http://try.ocamlpro.com/)

127

C
Christoph Uschkrat 已提交
128
### PHP
C
Chris Ben 已提交
129
* [CodeCademy PHP](http://www.codecademy.com/tracks/php)
130 131
* [Learn PHP](http://www.learn-php.org/)

132

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

139 140


C
Christoph Uschkrat 已提交
141
### R
142
* [Try R](http://tryr.codeschool.com)
143 144 145 146
 

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

148

C
Christoph Uschkrat 已提交
149
### Ruby
150
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
151
* [Codeschool Ruby paths](https://www.codeschool.com/paths/ruby)
152
* [Ruby Koans](http://www.rubykoans.com/)
C
Chris Ben 已提交
153
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
F
Fwiffo 已提交
154
* [The Odin Project](http://www.theodinproject.com/)
C
Chris Ben 已提交
155
* [Try Ruby](http://tryruby.org/)
A
Alexander Fefelov 已提交
156

157

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

161

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