Best way to serve Python Web Pages?

S

scott

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
 
P

Paul Rubin

I will give an unpopular answer and say that Python's main advantage
over PHP in web applications is Python's superiority as a programming
language for implementing complex projects. Python has considerable
disadvantages in the areas you're asking about (ease of programming,
lots of examples, lots of people who know how to use it, ease of
administration, etc.) but if you're doing something big and
complicated, you have to overcome all those other kinds of issues
anyway, so you win by using Python. However, it sounds like you're
doing something relatively lightweight, in which case those
disadvantages start to weigh on you. You may be better off using PHP.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,025
Latest member
KetoRushACVFitness

Latest Threads

Top