Skip to content

Tag Archives: repl

Twisted interactive console

As you all already know TwistedMatrix is great to write asynchronous event-driven network oriented programs: define how your protocol responds in case of events, attach some callbacks if you need them, wrap it in a factory and activate the reactor. The reactor runs a giant loop in which events are processed in a non-blocking fashion. [...]