Twisted Python
by jcf. Average Reading Time: less than a minute.
For a small project coming up, the Twisted Framework in Python seems like an intersting foundation. Twisted handles all kinds of network stuff for you and allows you to write the top level stuff without having to worry about the gory details of the network. An Fake SMTP server only takes 136 lines of Python code (and that includes extensive docstrings)

No comments on ‘Twisted Python’
Leave a Reply