free-programming-interactive-tutorials-en.md 3.8 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 99 100 101
### Language Agnostic
* [Codility](https://codility.com/programmers/)


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


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


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


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

118

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

122

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

126

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

131

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

138 139


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

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

147

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

156

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

160

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