Conversation
Notices
-
just discovered that !python #generators are very nice for #asynchronous handling of #network #protocols. do many people use this?
Monday, 23-Aug-10 20:00:59 UTC from web- Eye Con likes this.
-
@brightbyte !Python generators are really powerful. Have a look at http://www.dabeaz.com/generators/
Pedro Gras likes this. -
@brightbyte using twisted for that kind of stuff, powerfull framework that is
-
@brightbyte there is xmpp in twisted-words, never tried this one myself. maybe dig into pyicqt for that (icq-jabber transport in twisted)
-
@brightbyte Have a look at Wokkel for !xmpp in !python built on #twisted words: http://wokkel.ik.nu/ It's easy as!