What is the most simple, quicket, yet most powerful python Web-Framework?

Ripter001 at gmail.com Ripter001 at gmail.com
Tue Feb 5 22:27:51 EST 2008


On Feb 5, 10:04 pm, xkenneth <xkenn... at gmail.com> wrote:
> All,
>
>       I'm trying to build a simple web application, but i still need
> things like sessions and Ajax. I tried to create a Zope product, but I
> honestly can't think of anything more cryptic. I really don't enjoy
> learning all of the "magic code" and debugging an environment I have
> to study to know the slightest thing about.
>
>       I'm looking for simple, fast, and easy. I'm both a manager and a
> developer, so I don't have a lot of time to try things out and see
> what fits best. I need a solution i can implement well and with a
> great deal of speed.
>
>       My project is going to be rather simple, just some simple forms
> for setup/configuration, user management, I assume I'll need
> templates, I'd like to use Ajax or  a similar technology to display
> orthogonal and polar graphs that automatically update. For the DB
> backend I'm planning on using ZODB. ZODB is actually quite amazing,
> and after using it, I honestly can't think of a reason for using a SQL
> database.
>
>       All help is appreciated! Let me know if you have any questions.
>
> Regards,
> Kenneth Miller

Personally I really like Turbogears (http://turbogears.org/) I don't
know anything about ZODB but it works well with MySQL and is very easy
to use if you understand python and web programming (I came over from
PHP and C#).



More information about the Python-list mailing list