Old #Python: threads and callbacks for network-heavy code. New Python: async def / await async/await (3.5) handle thousands of concurrent I/O operations in one thread. A different concurrency model, with many updates in recent versions of Python.
2 likes 0 replies
?