Hacker News new | ask | show | jobs
by Bry789123 5644 days ago
Honestly I am a complete noob to all of this. I am just curious what is the most versatile language and/or easiest to learn as a beginner.
2 comments

http://www.trypython.org/

then

http://tryruby.org/

If you like Ruby more, then check out Rails. If you liked Python more then check out Django and Pylons. Of course there are other languages/frameworks which are also excellent but these are languages with a lot of tutorials, and frameworks that have great communities and are industry proven.

Ok thanks. Is learning JavaScript through Coffeescript a good idea or a waste of time?
Learn JavaScript, jQuery, REST and a back end language of your choice (Python, Ruby, JavaScript / Node.js) to implement your REST services in. These are the building blocks of a modern web application.