Ruby on Rails equivalent in python

python, ruby-on-rails

Solution

I think Django is considered to be the Python equivalent to Rails. Both Django and Rails focus on rapid development.

To get you started, here are some related resources:

- Official Django Website: http://www.djangoproject.com/

- Official Documentation: http://docs.djangoproject.com/

- A great book on Django development: http://www.djangobook.com/

Problem

I've no experience with Ruby but I heard that Ruby on Rails is a great framework to build websites super fast. What's its equivalent in python? If there's none, which of the existing python website building frameworks come closer to it?

Original source