free-programming-interactive-tutorials-en.md 3.1 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)
55 56
* [Learn Java](http://www.learnjavaonline.org/)

57

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


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


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


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


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

83

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

87

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

91

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

96

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

103 104


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

108

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

117

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

121

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