Python Webpages

Roman Neuhauser neuhauser at mail.cz
Thu May 2 05:29:05 EDT 2002


> From: Tom Chance <tomchance at gmx.net>
> Subject: Re: Python Webpages
> To: python-list at python.org
> Date: Tue, 30 Apr 2002 17:18:03 +0000
> 
> >
> >    I always thought Perl's system was
> >
> >    print "Content-Type: text/html\n\n";
> >    print "<html><body>Hello world!</body></body>\n";
> 
> That is Perl's built in system, simply printing HTML to STDOUT. But 
> every Perl web developer with half a brain uses the CGI module to vastly 
> extend Perl's capabilities, and perhaps also CGI::Application and 
> HTML::Template as well.

    just like any PHP developer with half a brain uses one of the
    templating classes.

-- 
FreeBSD 4.4-STABLE
11:27AM up 3 days, 1:53, 14 users, load averages: 0.06, 0.05, 0.03





More information about the Python-list mailing list