WSGI Is Not Enough Anymore - Part III
In the second part of this series we discussed the concurrency model and the event driven architecture. In this part we will discuss various Python implementations and how they're used to build asynchronous web applications. We will focus primarily on Asyncio and cover some example code as a tutorial to this library. Leaving the comforts of the WSGI standard is not an easy thing to do. But if you're reading the third instalment of this series the assumption is that you think