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


###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

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

45

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


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

55

C
Chris Ben 已提交
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


65 66 67 68 69 70 71 72
###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)


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


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

81 82 83

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

85

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

89

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

94

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

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

105

106 107
###Ruby
* [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

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

118

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