[Tutor] mod_python, mod_wsgi, web.py, django! What to use?

Marc Tompkins marc.tompkins at gmail.com
Mon Sep 29 17:35:27 CEST 2008


On Mon, Sep 29, 2008 at 2:55 AM, Alan Gauld <alan.gauld at btinternet.com>wrote:

> The biggest limitation by far on Python web development is lack
> of Python support on the web servers. You need to find a provider that
> either gives you an account on a server with which you can install any
> frameworks you desire, or, find a provider which supports your framework.


In my experience, it's not that uncommon for hosting providers to support
Python - but most of the popular frameworks use "long-running processes" (I
put that in quotes because I suppose it's a matter of opinion exactly how
long is long.)  GoDaddy in particular, and budget shared hosting services in
general, don't support Django/TurboGears/Pylons etc. for this reason - but
if you want to roll your own, you can.

Django, TurboGears, and Pylons have pages that list hosting providers who
_do_ support them.
http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts
http://docs.turbogears.org/1.0/Hosting
http://pylonshq.com/project/pylonshq/wiki/Hosting
-- 
www.fsrtechnologies.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/tutor/attachments/20080929/fe560016/attachment.htm>


More information about the Tutor mailing list