Write web apps in Python?

Gilles Ganault nospam at nospam.com
Thu Apr 15 04:09:19 EDT 2010


On Mon, 12 Apr 2010 05:37:54 -0700 (PDT), Luis M. González
<luismgz at gmail.com> wrote:
>You should first investigate the different python web frameworks,
>choose one and then use the deployment options supported by your
>choice. These frameworks support several ways to deploy your apps,
>such as those you mentioned.

Thanks for the feedback. I wanted to have the big picture of the
different ways to write web applications in Python before checking the
different solutions.

So it looks like, unlike PHP, the prefered solution in Python is to
build a complete application as a long-running process, and either use
its embedded web server or configure a stand-alone web server to act
as reverse proxy using either FastCGI or WSGI to connect the two.



More information about the Python-list mailing list