|
|
|
|
|
by waxman
5816 days ago
|
|
For someone who isn't a serious programmer but is looking to prototype a business idea, I think Ruby/Rails are more user-friendly than Python/Django. - Rails deployment and hosting are super simple with Heroku (http://heroku.com), which, again, I think is more user-friendly than the Python equivalent (Google App Engine) - There are some excellent free resources out there (check out http://railscasts.com, http://guides.rubyonrails.org/, and http://railslab.newrelic.com/scaling-rails) - There is a very vibrant community of plug-ins (gems) Honestly, I think that getting a book (try this one: http://pragprog.com/titles/rails4/agile-web-development-with..., 4th edition), and then simply practicing will get you up and running faster than a course. Also, now is a good time to get into Rails, as version 3.0 has just came out. |
|
An alternative is http://railstutorial.org/book, which has the advantage of being free.