ruby on rails ... python on ?

Istvan Albert ialbert at mailblocks.com
Mon Nov 1 09:29:59 EST 2004


flab ba wrote:

> /also/ familiar with Rails - and if they could recommend something in the
> Python world that is comparable.

yeah, zope.

It is so good it does not even look like python on the
surface ... one of the biggest mistakes in developing
web-frameworks is over-emphasizing the underlying
programming language.

A good web-framework should not look like
Ruby or Python, that is not what these languages were
designed for.

Of course the framework should allow easy access to
any class or module written in these languages, but
in the end the most important things are the services
that promote collaboration, allow a finely grained access
control by various means, create a self contained solutions
that can be easily deployed replicated or backed up.
Web frameworks must do the hardest thing of all,
support radically changing requirements.

These overly "programmatic" frameworks revolve around a single
person's ability to understand all aspects of the website,
and crash and burn when that person is not around anymore.

Istvan.




More information about the Python-list mailing list