|
|
|
Best program and books to learn how to code?
|
|
14 points
by mindfulbee
5556 days ago
|
|
Trying to learn how to code. I've heard a lot of people recommend ruby and python. Is there any specific books or programs people might of use that may be helpful? or suggestion of other languages? Planning to spend about 6-10 hours a week. |
|
HTML - http://www.w3schools.com/html/ CSS - http://www.w3schools.com/css/default.asp Javascript - http://eloquentjavascript.net/contents.html
And then pick one of the following two: PHP - http://www.tuxradar.com/practicalphp or Rails - http://ruby.railstutorial.org/ruby-on-rails-tutorial-book
There are many languages that you can learn for front end other than RoR and PHP, but they are two of the most popular right now, and will almost certainly suit your needs. Good luck, and stick with it when it gets frustrating, learning how to code is definitely worth it!