Scope of this talk This talk only covers the twisted.internet package (basic networking functionality, like asyncore only much much nicer) Twisted also includes lots of protocol implementations written on top of twisted.internet (the twisted.protocols package). And also some apps built on top of those protocols, e.g. a web server