free-programming-interactive-tutorials-en.md 3.2 KB
Newer Older
C
Christoph Uschkrat 已提交
1
### Bash
2 3
* [Learn Shell Programming](http://www.learnshell.org)

4

C
Christoph Uschkrat 已提交
5
### C
6 7
* [Learn C](http://www.learn-c.org/)

8

C
Christoph Uschkrat 已提交
9
### C#
10 11
* [Learn C#](http://www.learncs.org/)

12

C
Christoph Uschkrat 已提交
13
### Clojure
14 15
* [Clojure Koans](http://clojurekoans.com/)
* [ClojureScript Koans](http://clojurescriptkoans.com/)
16
* [Try Clojure](http://tryclj.com/)
17 18


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

23

C
Christoph Uschkrat 已提交
24
### Erlang
25
* [Try Erlang](http://www.tryerlang.org/)
26

27

C
Christoph Uschkrat 已提交
28
### F#
A
Andrea 已提交
29 30 31
* [Try F#](http://www.tryfsharp.org/)


C
Christoph Uschkrat 已提交
32
### Git
33
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
34
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
C
Chris Ben 已提交
35
* [Try Git](http://try.github.io)
36 37 38



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

43

C
Christoph Uschkrat 已提交
44
### Haskell
45 46
* [Try Haskell!](http://tryhaskell.org/)

47

C
Christoph Uschkrat 已提交
48
### HTML&CSS
49 50 51 52
* [Learn HTML & CSS interactively](http://www.codecademy.com/tracks/web)
* [Prototyping a professional website](http://www.codecademy.com/skills/prototyping)


C
Christoph Uschkrat 已提交
53
### Java
V
Victor Felder 已提交
54
* [CodingBat code practice](http://codingbat.com/java)
A
Ariel 已提交
55
* [Learneroo Java tutorial](http://www.learneroo.com/modules/11)
56 57
* [Learn Java](http://www.learnjavaonline.org/)

58

C
Christoph Uschkrat 已提交
59
### JavaScript
60 61
* [Codecademy jquery track](http://www.codecademy.com/tracks/jquery)
* [Javascript interactive tutorial](http://www.codecademy.com/tracks/javascript)
V
Victor Felder 已提交
62
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
63 64 65
* [Learn JavaScript](http://www.learn-js.org/)
* [Learn knockout.js](http://learn.knockoutjs.com)
* [Try jQuery](http://try.jquery.com/)
V
Victor Felder 已提交
66 67


C
Christoph Uschkrat 已提交
68
### Lisp
69 70 71
* [Lisp Koans](https://github.com/google/lisp-koans)


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


C
Christoph Uschkrat 已提交
76
### Node
77 78 79
* [Node School](http://nodeschool.io/)


C
Christoph Uschkrat 已提交
80
### NoSQL
81
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
82
* [Try Redis](http://try.redis.io/)
83

84

C
Christoph Uschkrat 已提交
85
### Objective-C
86
* [Try Objective-C](http://tryobjectivec.codeschool.com)
87

88

C
Christoph Uschkrat 已提交
89
### Ocaml
90 91
* [Try Ocaml](http://try.ocamlpro.com/)

92

C
Christoph Uschkrat 已提交
93
### PHP
C
Chris Ben 已提交
94
* [CodeCademy PHP](http://www.codecademy.com/tracks/php)
95 96
* [Learn PHP](http://www.learn-php.org/)

97

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

104 105


C
Christoph Uschkrat 已提交
106
### R
107
* [Try R](http://tryr.codeschool.com)
108 109 110 111
 

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

113

C
Christoph Uschkrat 已提交
114
### Ruby
115
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
116
* [Codeschool Ruby paths](https://www.codeschool.com/paths/ruby)
117
* [Ruby Koans](http://www.rubykoans.com/)
C
Chris Ben 已提交
118
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
F
Fwiffo 已提交
119
* [The Odin Project](http://www.theodinproject.com/)
C
Chris Ben 已提交
120
* [Try Ruby](http://tryruby.org/)
A
Alexander Fefelov 已提交
121

122

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

126

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