Which Python web framework is most like Ruby on Rails?
Russell E. Owen
rowen at cesmail.net
Tue Dec 20 15:37:23 EST 2005
In article <mailman.2324.1135035015.18701.python-list at python.org>,
Benji York <benji at benjiyork.com> wrote:
>Russell E. Owen wrote:
>> I disagree. Once you've picked a database (not trivial in itself, of
>> course), you typically only have a few options for talking to in in
>> Python.
>
>Perhaps it's off-topic for this thread, but I think "picking a database"
>is the first mistake most people make. It's a form of premature
>optimization.
I just wanted to point out that I was responding to somebody who
complained that the database interface situation on python was somewhat
fragmented.
Also, when I was looking at web frameworks, I was doing so *precisely*
to serve one or more databases of information (read only to the users,
but occasionally loaded with more info as it became available). So it
happened to be the first question I asked (at the same time as "and how
do I talk to it?").
Anyway, you did warn that your message was possibly off-topic, so I
guess I'm agreeing with you and perhaps being overly defensive. It was
an interesting message.
-- Russell
More information about the Python-list
mailing list