mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2024-12-19 01:46:12 +00:00
commit
0fe0441943
@ -32,7 +32,6 @@
|
|||||||
* [Code a personal splash page in 1 hour: A Hands-on Intro to HTML & CSS](http://www.thefirehoseproject.com/lessons/splash-page)
|
* [Code a personal splash page in 1 hour: A Hands-on Intro to HTML & CSS](http://www.thefirehoseproject.com/lessons/splash-page)
|
||||||
* [Learn HTML5 Programming From Scratch](https://www.udemy.com/learn-html5-programming-from-scratch/)
|
* [Learn HTML5 Programming From Scratch](https://www.udemy.com/learn-html5-programming-from-scratch/)
|
||||||
|
|
||||||
|
|
||||||
###JS
|
###JS
|
||||||
* [Egghead.io](https://egghead.io/)
|
* [Egghead.io](https://egghead.io/)
|
||||||
* [Codecademy Walkthrough](http://www.codecademy.com/tracks/javascript)
|
* [Codecademy Walkthrough](http://www.codecademy.com/tracks/javascript)
|
||||||
@ -49,7 +48,6 @@
|
|||||||
* [Developing iOS 7 Apps for iPhone and iPad](https://itunes.apple.com/us/course/developing-ios-7-apps-for/id733644550) (slides and videos) - Stanford University
|
* [Developing iOS 7 Apps for iPhone and iPad](https://itunes.apple.com/us/course/developing-ios-7-apps-for/id733644550) (slides and videos) - Stanford University
|
||||||
* [AppCoda Complete iOS Tutorial](http://www.appcoda.com/ios-programming-course/)
|
* [AppCoda Complete iOS Tutorial](http://www.appcoda.com/ios-programming-course/)
|
||||||
|
|
||||||
|
|
||||||
###OCaml
|
###OCaml
|
||||||
* [Cornell's Data Structures and Functional Programming](http://www.cs.cornell.edu/courses/cs3110/)
|
* [Cornell's Data Structures and Functional Programming](http://www.cs.cornell.edu/courses/cs3110/)
|
||||||
|
|
||||||
@ -61,6 +59,5 @@
|
|||||||
* [Google's Python Course](https://developers.google.com/edu/python/)
|
* [Google's Python Course](https://developers.google.com/edu/python/)
|
||||||
* [Berkeley's Structure and Interpretation of Computer Programs](http://www-inst.eecs.berkeley.edu/~cs61a/)
|
* [Berkeley's Structure and Interpretation of Computer Programs](http://www-inst.eecs.berkeley.edu/~cs61a/)
|
||||||
|
|
||||||
|
|
||||||
###Ruby
|
###Ruby
|
||||||
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
|
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
|
||||||
|
@ -42,6 +42,11 @@
|
|||||||
* [Try Haskell!](http://tryhaskell.org/)
|
* [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)
|
||||||
|
|
||||||
|
|
||||||
###Java
|
###Java
|
||||||
* [Learn Java](http://www.learnjavaonline.org/)
|
* [Learn Java](http://www.learnjavaonline.org/)
|
||||||
|
|
||||||
@ -83,6 +88,7 @@
|
|||||||
|
|
||||||
|
|
||||||
###Python
|
###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)
|
* [How to Think Like a Computer Scientist: Learning with Python, Interactive Edition](http://interactivepython.org/courselib/static/thinkcspy/index.html)
|
||||||
* [Learn Python](http://www.learnpython.org/)
|
* [Learn Python](http://www.learnpython.org/)
|
||||||
* [Python Koans](https://github.com/gregmalcolm/python_koans)
|
* [Python Koans](https://github.com/gregmalcolm/python_koans)
|
||||||
@ -94,6 +100,7 @@
|
|||||||
|
|
||||||
###Ruby
|
###Ruby
|
||||||
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
|
* [CodeCademy Ruby](http://www.codecademy.com/tracks/ruby)
|
||||||
|
* [Codeschool Ruby paths](https://www.codeschool.com/paths/ruby)
|
||||||
* [Ruby Koans](http://www.rubykoans.com/)
|
* [Ruby Koans](http://www.rubykoans.com/)
|
||||||
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
|
* [RubyMonk - Interactive Ruby tutorials](http://rubymonk.com)
|
||||||
* [Try Ruby](http://tryruby.org/)
|
* [Try Ruby](http://tryruby.org/)
|
||||||
|
Loading…
Reference in New Issue
Block a user