Choosing the right framework

Thomas Güttler guettler at thomas-guettler.de
Wed Jul 16 10:05:37 EDT 2003


Carsten Gehling wrote:

> Oh how often this subject may come up...
> 
> The thing is, I've come to the decision of abandoning PHP as much as
> possible (old projects still remain...), and use Python for all purposes.
> Reason: One language to fit it all (instead of having one language for
> webprogramming, one for batches, etc...)

Where do you want to store your data? [relational database, text files,
ZODB, Berkley DB, pickles, ...]

If you don't need ZODB (object database), I would not use Zope. 

I would use quixote.

 thomas




More information about the Python-list mailing list