views:

149

answers:

1

I'm recently started to learn Twisted framework and now looking for some cheat sheets/reference cards with basic Twisted stuff. Such as deferreds, callbacks, reactor, protocols, factories, transports, so on.

At the moment found nothing neither on http://refcardz.dzone.com/ nor on http://www.cheat-sheets.org/

Any help appreciated.

+1  A: 

The closest thing I know of is Everything You Always Wanted to Know About Twisted

It's not really a "cheat-sheet", but it is a concise introduction to most of the basic concepts.

Kevin Horn