Hi!
As some of you may know, I'm scheduled to give the next talk in Haifux.
It's titled "Python and Twisted", but I really want to talk about Twisted :)
For this, I'm going to assume rudimentary Python knowledge.

If you don't know Python, but know how to program:
http://www.python.org/doc/current/tut/tut.html
is a nice introduction to Python, which covers enough
for my needs.

If you don't know how to program, the following URLs should give
you enough knowledge, theoretically:
http://www.ibiblio.org/obp/thinkCSpy/
http://www.python.org/doc/current/tut/tut.html

I will also assume some rudimentary knowledge of networking,
since Twisted is a networking framework. If you have absolutely
no idea about networking, the following URLs should give you
enough to go on:
http://moshez.org/discuss/msg00196.html
http://moshez.org/discuss/msg00197.html

I will cover how to write networking servers in Twisted, from the
basic networking primitives to how Twisted can help you achieve
tight integration of loosely coupled servers. Sounds impossible?
Sounds hard? By the end of the talk, you will see how, in a little over
200 lines, I write a server that can publish users' stati in four
different protocols, and how I can then switch to a different backend
in less than 15 lines.

Thanks, and hope to see you there,
Moshe Zadka
Twisted Developer
-- 
Moshe Zadka -- http://moshez.org/
Buffy: I don't like you hanging out with someone that... short.
Riley: Yeah, a lot of young people nowadays are experimenting with shortness.
Agile Programming Language -- http://www.python.org/



--------------------------------------------------------------------------
Haifa Linux Club Mailing List (http://www.haifux.org)
To unsub send an empty message to [EMAIL PROTECTED]


Reply via email to