[Tutor] Python equiv to PHP "include" ?

Larry Holish ljholish at speakeasy.net
Wed Oct 5 02:12:49 CEST 2005


On Thu, Sep 29, 2005 at 05:16:57PM -0400, Jay Loden wrote:
> Does anyone know of any soup-to-nuts CGI programming examples online for 
> Python that might make this clearer so I can bug the list less and just read 
> some example code?
 
You might also want to take a look at cgi_app, a simple python web
framework that works in either a plain old CGI environment, or can
easily be adapted to mod_python. This page includes a basic usage
example:

http://thraxil.org/code/cgi_app/ 

-- 
Larry Holish
<ljholish at speakeasy.net>


More information about the Tutor mailing list