Pythonic way of web-programming

Aahz aahz at pythoncraft.com
Sat Apr 5 10:28:00 EST 2003


In article <pan.2003.04.05.09.49.45.708544.878 at thomas-guettler.de>,
Thomas Guettler  <pan-newsreader at thomas-guettler.de> wrote:
>
>If you want it to be 100% Python you can use medusa: A webserver written
>in python.

These days, you should use Twisted instead of medusa.
http://www.twistedmatrix.com/

At PyCon, I realized an hour before my presenation that I'd neglected to
set up a web server for my threads tutorial (which includes a spider),
and I was able to set up Twisted's web server in about fifteen minutes.
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

This is Python.  We don't care much about theory, except where it intersects 
with useful practice.  --Aahz, c.l.py, 2/4/2002




More information about the Python-list mailing list