This post originated from an RSS feed registered with Ruby Buzz
by Max Zone.
Original Post: Web Development with Python
Feed Title: dzone.com: ruby
Feed URL: http://feeds.dzone.com/dzone/ruby
Feed Description: dzone.com: fresh ruby and rails links for developers
For a new web project we���re working on, we wanted to use a dynamic environment. Initially we considered Ruby on Rails, but after using it for some time decided the shortcomings of the framework and the language outweigh the benefits. We���ve resolved to use Python, a language we feel very comfortable with, and I went to test several pythonic web components, in particular the stuff that gets bundled with TurboGears and web.py (we briefly considered Django, the web framework adopted by Python���s creator Guido van Rossum, but identified all of the same problems we had with Rails, so we didn���t spend too much time with it).