Turning asynchronous networking inside-out
October 6, 2014•44 words
Turning asynchronous networking inside-out is my very first Atomic Spin post here at Atomic Object. It walks through why asynchronous networking is so important, and then shows the key differences between callback-driven asynchronous code using Twisted code and the new coroutine-based hotness of asyncio.