Best way to serve Python Web Pages?

scott scott.novinger at abxair.com
Mon May 3 12:57:40 EDT 2004


In everyone's humble opinion, what do you think would be the best way
to serve web pages using the Python Language?

For example, would it be an Apache/MySQL/Python, Zope, or homebrewed
approach?

My personal requirements would include:

1.  Relatively easy to program
2.  Lot's of resources/ examples that I can leverage to reduce
development time.
3.  Something that I can administer easily and teach other people to
manage.
4.  Low cost and Open Source.
5.  Something that is portable across various OS's.
6.  Something relatively compact.


Is it smart to compartmentalize an application by using the
Apache/MySQL/Python approach?  Or is it better to keep it all under
one roof via the Zope approach?

Just curious to see how other people are building web applications
using Python.

Thank you,

Scott



More information about the Python-list mailing list