free-programming-interactive-tutorials-en.md 3.0 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
20 21
* [Smooth CoffeeScript, Interactive Edition](http://autotelicum.github.io/Smooth-CoffeeScript/interactive/interactive-coffeescript.html)

22

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

26

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


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


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

41

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

45

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


C
Christoph Uschkrat 已提交
51
### Java
V
Victor Felder 已提交
52
* [CodingBat code practice](http://codingbat.com/java)
53 54
* [Learn Java](http://www.learnjavaonline.org/)

55

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


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


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


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


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

81

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

85

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

89

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

94

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

101

C
Christoph Uschkrat 已提交
102
### R
103
* [Try R](http://tryr.codeschool.com)
104

105

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

114

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

118

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