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

225 lines
5.7 KiB
Markdown
Raw Normal View History

### Index
* [Bash](#bash)
* [C](#c)
* [C#](#c-sharp)
2014-12-09 20:09:05 +00:00
* [C++](#c-1)
* [Clojure](#clojure)
* [CoffeeScript](#coffeescript)
* [Erlang](#erlang)
* [Git](#git)
* [GLSL](#glsl)
* [Go](#go)
* [Haskell](#haskell)
* [HTML / CSS](#html--css)
* [Java](#java)
* [Javascript](#javascript)
Javascript File Removal (#2772) * Move jQuery books from javascript page (#2494) * Move jQuery books from javascript page (#2494) * Move node.js books from javascript page (#2494) * Move node.js books from javascript page (#2494) * Move angular.js books from javascript file (#2494) * Move angular.js tutorials from javascript file (#2494) * Move angular.js videos from javascript file (#2494) * Move angular.js resources from javascript file (#2494) * Fix up Angular.js * Move various books from javascript page (#2494) - Booty5.js - Dojo - Express.js - Om * Move various books from javascript page (#2494) - Booty5.js - Dojo - Express.js - Om * Move Redux podcasts from javascript page (#2494) * Move Redux books from javascript page (#2494) * Move Redux resources from javascript page (#2494) * Move Elm books from javascript page (#2494) * Move elm books from javascript page (#2494) * Move ember.js books from javascript page (#2494) * Move ember.js books from javascript page (#2494) The remaining one will be fixed in a later commit due to the site currently being down (for me) * Move meteor books from javascript page (#2494) * Move meteor books from javascript page (#2494) * Move D3.js books from javascript page (#2494) * Move d3.js books from javascript page (#2494) * Move React Native books from javascript page (#2494) * Move react native books from javascript page (#2494) * Move backbone.js books from javascript page (#2494) * Move backbone.js books from javascript page (#2494) * Move react books from javascript page (#2494) * Move react courses from javascript page (#2494) * Misplacing from previous javascript moving commits * Location fixing from previous javascript moving * Move react books from javascript page (#2494) * Remove "books" that are not a good fit * Move missing books from javascript page (#2494) * Move missing books from javascript page (#2494) * Final removal of deprecated javscript page! * Update contents for books (javascript migration) * Reorder alphabetically and update list (javascript migration) * Update contents (javascript migration) * Fix linter * Fix linter * Fix linter * Fix linter * Fix linter
2018-03-20 14:43:06 +00:00
* [Angular.js](#angularjs)
* [Language Agnostic](#language-agnostic)
* [Operating Systems](#operating-systems)
* [Lisp](#lisp)
* [MATLAB](#matlab)
* [Node](#node)
* [NoSQL](#nosql)
* [Objective-C](#objective-c)
* [Ocaml](#ocaml)
* [PHP](#php)
* [Python](#python)
* [Ruby](#ruby)
* [Scala](#scala)
2015-05-01 11:25:01 +00:00
* [SQL](#sql)
* [Vim](#vim)
2014-07-27 20:16:50 +00:00
### Bash
* [Help messages will explain everything](https://explainshell.com)
2014-01-16 18:01:34 +00:00
* [Learn Shell Programming](http://www.learnshell.org)
2014-07-27 20:16:50 +00:00
### C
2015-11-13 20:52:57 +00:00
* [Learn C](http://www.learn-c.org)
2014-01-16 18:01:34 +00:00
2016-02-13 22:20:06 +00:00
### C Sharp
2015-11-13 20:52:57 +00:00
* [Learn C#](http://www.learncs.org)
2014-01-16 18:01:34 +00:00
2014-12-09 20:09:05 +00:00
### C++
2014-12-09 20:09:05 +00:00
* [CppKoans](https://github.com/torbjoernk/CppKoans)
2014-07-27 20:16:50 +00:00
### Clojure
* [4Clojure - Koans](http://www.4clojure.com)
2015-11-13 20:52:57 +00:00
* [Clojure Koans](http://clojurekoans.com)
* [ClojureScript Koans](http://clojurescriptkoans.com)
2015-12-13 17:32:57 +00:00
* [Try Clojure](http://www.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
2015-11-13 20:52:57 +00:00
* [Try Erlang](http://www.tryerlang.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)
### GLSL
* [The Book of Shaders](https://thebookofshaders.com)
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)
2015-12-13 21:07:27 +00:00
* [The Go Tutorial](http://tour.golang.org)
2014-07-27 20:16:50 +00:00
### Haskell
2015-11-13 20:52:57 +00:00
* [Try Haskell!](http://tryhaskell.org)
2014-01-16 18:01:34 +00:00
### HTML / CSS
* [CSS Diner](http://flukeout.github.io)
* [Flexbox Defense](http://flexboxdefense.com)
* [Flexbox Froggy](http://flexboxfroggy.com)
2015-12-13 21:07:27 +00:00
* [Learn by doing beginner projects](https://dash.generalassemb.ly)
2015-12-13 17:32:57 +00:00
* [Learn HTML & CSS interactively](https://www.codecademy.com/learn/web)
* [Prototyping a professional website](https://www.codecademy.com/skills/make-a-website)
2014-07-27 20:16:50 +00:00
### Java
2014-05-27 11:57:10 +00:00
* [CodingBat code practice](http://codingbat.com/java)
2018-10-23 12:08:32 +00:00
* [Java at Codecademy](https://www.codecademy.com/courses/learn-java)
2015-11-13 20:52:57 +00:00
* [Learn Java](http://www.learnjavaonline.org)
2015-12-15 14:23:48 +00:00
* [Learneroo Java tutorial](https://www.learneroo.com/modules/11)
2014-01-16 18:01:34 +00:00
2014-07-27 20:16:50 +00:00
### JavaScript
* [ABC of JavaScript : An Interactive JavaScript Tutorial](http://www.openjs.com/tutorials/basic_tutorial/)
2015-12-13 17:32:57 +00:00
* [Codecademy jquery track](https://www.codecademy.com/learn/jquery)
* [ES6 Interactive Guide](http://stack.formidable.com/es6-interactive-guide/#/)
* [Functional Programming in Javascript](https://github.com/ReactiveX/learnrx)
2015-12-13 17:32:57 +00:00
* [Javascript interactive tutorial on CodeCademy](https://www.codecademy.com/learn/javascript)
2018-10-23 12:08:32 +00:00
* [Javascript interactive tutorial on CoderMania](http://www.codermania.com/javascript/lesson/1a/hello-world)
* [Javascripting](https://github.com/sethvincent/javascripting)
2015-11-13 20:52:57 +00:00
* [Learn JavaScript](http://www.learn-js.org)
2014-01-16 18:01:34 +00:00
* [Learn knockout.js](http://learn.knockoutjs.com)
2015-12-15 14:23:48 +00:00
* [Learning Advanced JavaScript](http://ejohn.org/apps/learn/)
2015-11-13 20:52:57 +00:00
* [Try jQuery](http://try.jquery.com)
2014-01-09 16:23:47 +00:00
Javascript File Removal (#2772) * Move jQuery books from javascript page (#2494) * Move jQuery books from javascript page (#2494) * Move node.js books from javascript page (#2494) * Move node.js books from javascript page (#2494) * Move angular.js books from javascript file (#2494) * Move angular.js tutorials from javascript file (#2494) * Move angular.js videos from javascript file (#2494) * Move angular.js resources from javascript file (#2494) * Fix up Angular.js * Move various books from javascript page (#2494) - Booty5.js - Dojo - Express.js - Om * Move various books from javascript page (#2494) - Booty5.js - Dojo - Express.js - Om * Move Redux podcasts from javascript page (#2494) * Move Redux books from javascript page (#2494) * Move Redux resources from javascript page (#2494) * Move Elm books from javascript page (#2494) * Move elm books from javascript page (#2494) * Move ember.js books from javascript page (#2494) * Move ember.js books from javascript page (#2494) The remaining one will be fixed in a later commit due to the site currently being down (for me) * Move meteor books from javascript page (#2494) * Move meteor books from javascript page (#2494) * Move D3.js books from javascript page (#2494) * Move d3.js books from javascript page (#2494) * Move React Native books from javascript page (#2494) * Move react native books from javascript page (#2494) * Move backbone.js books from javascript page (#2494) * Move backbone.js books from javascript page (#2494) * Move react books from javascript page (#2494) * Move react courses from javascript page (#2494) * Misplacing from previous javascript moving commits * Location fixing from previous javascript moving * Move react books from javascript page (#2494) * Remove "books" that are not a good fit * Move missing books from javascript page (#2494) * Move missing books from javascript page (#2494) * Final removal of deprecated javscript page! * Update contents for books (javascript migration) * Reorder alphabetically and update list (javascript migration) * Update contents (javascript migration) * Fix linter * Fix linter * Fix linter * Fix linter * Fix linter
2018-03-20 14:43:06 +00:00
#### Angular.js
* [Angular Basics](http://www.angularjsbook.com)
* [AngularJS - Step by Logical Step](http://nicholasjohnson.com/angular-book/)
* [egghead.io: Learn AngularJS with Tutorial Videos & Training](https://egghead.io)
* [Learn AngularJS with free interactive lessons](http://www.learn-angular.org)
### Language Agnostic
* [CodeCombat](http://codecombat.com) - Python, JavaScript, CoffeeScript, Clojure, Lua, Io
* [Codility](https://codility.com/programmers/)
2016-02-13 22:20:06 +00:00
* [Python Tutor](http://pythontutor.com) - Python, Java, JavaScript, TypeScript, Ruby, C, C++
2018-06-09 18:32:14 +00:00
* [The Fullstack Tutorial for GraphQL](https://www.howtographql.com)
#### Operating systems
* [Learning operating system development using Linux kernel and Raspberry Pi](https://github.com/s-matyukevich/raspberry-pi-os) - Sergey Matyukevich (:construction: *in process*)
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
2015-11-13 20:52:57 +00:00
* [Node School](http://nodeschool.io)
2014-07-27 20:16:50 +00:00
### NoSQL
* [MongoDB Koans](https://github.com/chicagoruby/MongoDB_Koans)
2015-11-13 20:52:57 +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
2015-11-13 20:52:57 +00:00
* [Try Ocaml](http://try.ocamlpro.com)
2014-01-16 18:01:34 +00:00
2014-07-27 20:16:50 +00:00
### PHP
2015-12-13 17:32:57 +00:00
* [CodeCademy PHP](https://www.codecademy.com/learn/php)
2015-11-13 20:52:57 +00:00
* [Learn PHP](http://www.learn-php.org)
2014-01-16 18:01:34 +00:00
2014-07-27 20:16:50 +00:00
### Python
2015-12-13 17:32:57 +00:00
* [Codecademy Python course](https://www.codecademy.com/learn/python)
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
2015-11-13 20:52:57 +00:00
* [Learn Python](http://www.learnpython.org)
* [Learn Python Step by Step](http://www.techbeamers.com/python-tutorial-step-by-step)
* [Python Koans](https://github.com/gregmalcolm/python_koans)
2014-07-27 20:16:50 +00:00
### Ruby
2015-12-13 17:32:57 +00:00
* [CodeCademy Ruby](https://www.codecademy.com/learn/ruby)
2015-11-13 20:52:57 +00:00
* [Ruby Koans](http://www.rubykoans.com)
* [The Odin Project](http://www.theodinproject.com)
* [Try Ruby](http://tryruby.org)
2014-01-14 19:27:39 +00:00
2014-07-27 20:16:50 +00:00
### Scala
* [A Tour of Scala - an interactive scala tutorial](https://scalatutorials.com/tour/)
2017-02-04 10:27:38 +00:00
* [Scala Exercises](https://www.scala-exercises.org)
2014-01-16 18:01:34 +00:00
### Selenium
* [Selenium Tutorial - Web Automation](http://www.techbeamers.com/selenium-webdriver-tutorial)
2015-05-01 11:25:01 +00:00
### SQL
2018-10-23 12:08:32 +00:00
* [SQL at Codecademy](https://www.codecademy.com/courses/learn-sql)
2016-05-27 21:10:28 +00:00
* [SQLBolt](http://sqlbolt.com)
2015-05-01 11:25:01 +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)