Re: [Tutor] building a website with python

2013-04-14 Thread Brian Lamb
Without overly proselytizing any particular host you might want to check out Webfaction for hosting. They have an excellent reputation for Python hosting and reasonable rates. There are of course others that some may prefer, you can certainly google for other web hosting comparisons. Also th

Re: [Tutor] Python persistent webserver?

2005-11-09 Thread Brian Lamb
Title: Re: [Tutor] Python persistent webserver? Hi Howard, It sounds like you want to integrate Python to handle CGI requests from Apache. So, don't look down the road of building your own web server with the HTTPServer stuff in Python but rather investigate how to hook Python up to *proce