programming-books/free-programming-interactiv...

163 lines
3.8 KiB
Markdown
Raw Normal View History

### Index
* [Bash](#bash)
* [C](#c)
* [C#](#c-sharp)
* [Clojure](#clojure)
* [CoffeeScript](#coffeescript)
* [Erlang](#erlang)
* [F#](#f-sharp)
* [Git](#git)
* [Go](#go)
* [Haskell](#haskell)
* [HTML / CSS](#html--css)
* [Java](#java)
* [Javascript](#javascript)
* [Language Agnostic](#language-agnostic)
* [Lisp](#lisp)
* [MATLAB](#matlab)
* [Node](#node)
* [NoSQL](#nosql)
* [Objective-C](#objective-c)
* [Ocaml](#ocaml)
* [PHP](#php)
* [Python](#python)
* [R](#r)
* [Ruby](#ruby)
* [Scala](#scala)
* [Vim](#vim)
2014-07-27 20:16:50 +00:00
### Bash
2014-01-16 18:01:34 +00:00
* [Learn Shell Programming](http://www.learnshell.org)
2014-07-27 20:16:50 +00:00
### C
2014-01-16 18:01:34 +00:00
* [Learn C](http://www.learn-c.org/)
### C Sharp
2014-01-16 18:01:34 +00:00
* [Learn C#](http://www.learncs.org/)
2014-07-27 20:16:50 +00:00
### Clojure
* [4Clojure - Koans](https://www.4clojure.com/)
* [Clojure Koans](http://clojurekoans.com/)
* [ClojureScript Koans](http://clojurescriptkoans.com/)
2014-01-16 18:01:34 +00:00
* [Try Clojure](http://tryclj.com/)
2014-07-27 20:16:50 +00:00
### CoffeeScript
2014-07-27 02:04:51 +00:00
* [Coffeescript Style Guide](https://github.com/polarmobile/coffeescript-style-guide/blob/master/README.md)
* [Smooth CoffeeScript, Interactive Edition](http://autotelicum.github.io/Smooth-CoffeeScript/interactive/interactive-coffeescript.html)
2014-07-27 20:16:50 +00:00
### Erlang
2014-01-16 18:01:34 +00:00
* [Try Erlang](http://www.tryerlang.org/)
### F Sharp
2014-01-29 19:50:43 +00:00
* [Try F#](http://www.tryfsharp.org/)
2014-07-27 20:16:50 +00:00
### Git
2014-01-16 18:03:17 +00:00
* [Githug](https://github.com/Gazler/githug) (Tutorial in shell)
2014-01-08 19:11:20 +00:00
* [Learn Git Branching](http://pcottle.github.io/learnGitBranching/)
2014-01-21 01:32:26 +00:00
* [Try Git](http://try.github.io)
2014-07-27 20:16:50 +00:00
### Go
2014-06-29 22:54:09 +00:00
* [Go Koans](https://github.com/cdarwin/go-koans)
* [The Go Tutorial](http://golang.org/doc/go_tutorial.html)
2014-07-27 20:16:50 +00:00
### Haskell
2014-01-16 18:01:34 +00:00
* [Try Haskell!](http://tryhaskell.org/)
### HTML / CSS
* [Learn HTML & CSS interactively](http://www.codecademy.com/tracks/web)
* [Prototyping a professional website](http://www.codecademy.com/skills/prototyping)
2014-07-27 20:16:50 +00:00
### Java
2014-05-27 11:57:10 +00:00
* [CodingBat code practice](http://codingbat.com/java)
2014-11-04 18:17:51 +00:00
* [Learneroo Java tutorial](http://www.learneroo.com/modules/11)
2014-01-16 18:01:34 +00:00
* [Learn Java](http://www.learnjavaonline.org/)
2014-07-27 20:16:50 +00:00
### JavaScript
* [Codecademy jquery track](http://www.codecademy.com/tracks/jquery)
* [Javascript interactive tutorial](http://www.codecademy.com/tracks/javascript)
2014-01-09 16:23:47 +00:00
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
2014-01-16 18:01:34 +00:00
* [Learn JavaScript](http://www.learn-js.org/)
* [Learn knockout.js](http://learn.knockoutjs.com)
* [Try jQuery](http://try.jquery.com/)
2014-01-09 16:23:47 +00:00
### Language Agnostic
* [Codility](https://codility.com/programmers/)
2014-07-27 20:16:50 +00:00
### Lisp
* [Lisp Koans](https://github.com/google/lisp-koans)
2014-07-27 20:16:50 +00:00
### MATLAB
* [Interactive Tutorials for MATLAB, Simulink, Signal Processing, Controls, and Computational Mathematics](http://www.mathworks.com/tutorials)
2014-07-27 20:16:50 +00:00
### Node
* [Node School](http://nodeschool.io/)
2014-07-27 20:16:50 +00:00
### NoSQL
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
2014-01-16 18:01:34 +00:00
* [Try Redis](http://try.redis.io/)
2014-07-27 20:16:50 +00:00
### Objective-C
* [Try Objective-C](http://tryobjectivec.codeschool.com)
2014-07-27 20:16:50 +00:00
### Ocaml
2014-01-16 18:01:34 +00:00
* [Try Ocaml](http://try.ocamlpro.com/)
2014-07-27 20:16:50 +00:00
### PHP
2014-06-29 22:50:23 +00:00
* [CodeCademy PHP](http://www.codecademy.com/tracks/php)
2014-01-16 18:01:34 +00:00
* [Learn PHP](http://www.learn-php.org/)
2014-07-27 20:16:50 +00:00
### Python
* [Codecademy Python course](http://www.codecademy.com/tracks/python)
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
2014-01-16 18:01:34 +00:00
* [Learn Python](http://www.learnpython.org/)
* [Python Koans](https://github.com/gregmalcolm/python_koans)
2014-07-27 20:16:50 +00:00
### R
2014-01-16 18:01:34 +00:00
* [Try R](http://tryr.codeschool.com)
### Racket
* [Try Racket](http://try-racket.org/)
2014-07-27 20:16:50 +00:00
### Ruby
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
* [Codeschool Ruby paths](https://www.codeschool.com/paths/ruby)
* [Ruby Koans](http://www.rubykoans.com/)
2014-01-21 01:34:12 +00:00
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
2014-05-23 19:27:19 +00:00
* [The Odin Project](http://www.theodinproject.com/)
2014-01-21 01:34:12 +00:00
* [Try Ruby](http://tryruby.org/)
2014-01-14 19:27:39 +00:00
2014-07-27 20:16:50 +00:00
### Scala
2014-01-14 19:27:39 +00:00
* [Scala Tour](http://www.scala-tour.com/)
2014-01-16 18:01:34 +00:00
2014-07-27 20:16:50 +00:00
### Vim
2014-01-16 18:01:34 +00:00
* [Interactive Vim Tutorial](http://www.openvim.com/tutorial.html)