Choosing the right framework
Peter Hansen
peter at engcorp.com
Wed Jul 16 11:05:09 EDT 2003
Thomas Güttler wrote:
>
> 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.
Even if you want ZODB, you can always use the standalone one, and still
skip Zope, if that's what you want.
More information about the Python-list
mailing list