Hacker News new | ask | show | jobs
Ask HN: Best place online to learn building web apps?
2 points by Wesmax27 5857 days ago
I am sick of having a great idea for a web app, yet no way to execute a simple version to try to get funding or help with it. Can anyone give recommendations on the best entry level language and where I can learn it online? I am thinking Ruby on Rails would be a good place to start.

Thanks in advance.

2 comments

The Django Book is a great way to start with the Python Framework "Django" - Like Ruby on Rails but in Python (and thus with more awesome) - http://www.djangobook.com/en/2.0/
If you are interested in Rails, try this: http://guides.rails.info/, based on Rails 3.0 which is in final beta.