Python Webpages

Gerhard Häring gerhard at bigfoot.de
Mon Apr 29 14:46:25 EDT 2002


Magnus wrote in comp.lang.python:
> BTW: I friend talked about Twisted the other day. I haven't tried it 
> personally but maybe I should?

You can join the #twisted and #python channels at irc.openprojects.net
to get your share of indoctrination ;-)

I haven't yet fully groked twisted, but IMO it's a great toolkit for
writing all kinds of network applications. A lot of protocols are
already implemented for you (http, ftp, telnet, irc, nntp, ...), which
you can use both for clients and servers.

But it isn't primarily a solution for writing *web* applications or a
templating system.

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://www.cs.fhm.edu/~ifw00065/    OpenPGP public key id AD24C930
public key fingerprint: 3FCC 8700 3012 0A9E B0C9  3667 814B 9CAA AD24 C930
reduce(lambda x,y:x+y,map(lambda x:chr(ord(x)^42),tuple('zS^BED\nX_FOY\x0b')))



More information about the Python-list mailing list