advice needed for simple python web app

Dan Perl danperl at rogers.com
Fri Feb 4 01:28:04 EST 2005


"Michele Simionato" <michele.simionato at gmail.com> wrote in message 
news:1107495895.697731.183550 at z14g2000cwz.googlegroups.com...
> Dan Perl:
>> The application is just something I'm playing with to learn a little
> bit on
>> web apps.  It uses an HTML form to send an email.  The form takes
> inputs
>> like the From:, To: and Subject: fields and a text field.
>
> It is difficult to beat CGI + CGIHTTPServer for conceptual simplificity
> and easy of use: however, Quixote comes close and it has a *much*
> better support for forms.

So Quixote is another framework I will have to look into.  Best of all, 
though, after adding Quixote to the list I decided I have enough words to do 
a search.  There were a few interesting finds, but one single link that 
points to the best of them is: 
http://www.python.org/moin/WebProgrammingShootOut 





More information about the Python-list mailing list