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
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
* [Git-just a simple guide for getting started with git.no deep shit](http://rogerdudler.github.io/git-guide/)
36 37


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

42

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

46

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


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

56

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


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


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


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


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

82

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

86

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

90

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

95

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

103

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

107

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

116

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

120

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