free-programming-interactive-tutorials-en.md 2.9 KB
Newer Older
1 2 3
###Bash
* [Learn Shell Programming](http://www.learnshell.org)

4

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

8

9 10 11
###C#
* [Learn C#](http://www.learncs.org/)

12

13 14 15
###Clojure
* [Clojure Koans](http://clojurekoans.com/)
* [ClojureScript Koans](http://clojurescriptkoans.com/)
16
* [Try Clojure](http://tryclj.com/)
17 18 19 20 21


###CoffeeScript
* [Smooth CoffeeScript, Interactive Edition](http://autotelicum.github.io/Smooth-CoffeeScript/interactive/interactive-coffeescript.html)

22

23 24
###Erlang
* [Try Erlang](http://www.tryerlang.org/)
25

26

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


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 37 38 39


###Go
* [The Go Tutorial](http://golang.org/doc/go_tutorial.html)

40

41 42 43
###Haskell
* [Try Haskell!](http://tryhaskell.org/)

44

45 46 47 48 49
###HTML&CSS
* [Learn HTML & CSS interactively](http://www.codecademy.com/tracks/web)
* [Prototyping a professional website](http://www.codecademy.com/skills/prototyping)


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

54

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


64 65 66 67 68 69 70 71
###Lisp
* [Lisp Koans](https://github.com/google/lisp-koans)


###MATLAB
* [Interactive Tutorials for MATLAB, Simulink, Signal Processing, Controls, and Computational Mathematics](http://www.mathworks.com/tutorials)


72 73 74 75
###Node
* [Node School](http://nodeschool.io/)


76 77
###NoSQL
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
78
* [Try Redis](http://try.redis.io/)
79

80 81 82

###Objective-C
* [Try Objective-C](http://tryobjectivec.codeschool.com)
83

84

85 86 87
###Ocaml
* [Try Ocaml](http://try.ocamlpro.com/)

88

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

93

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

100

101 102
###R
* [Try R](http://tryr.codeschool.com)
103

104

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

113

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

117

118 119
###Vim
* [Interactive Vim Tutorial](http://www.openvim.com/tutorial.html)