Great overview of #Python #async frameworks. I still like the #gevent framework as works with minimal code changes and no need for additional #asyncio libs (just run 'apt search python3-aio' to see what I mean). The monkey patching still feels like magic fairy dust to me.
https://www.bitecode.dev/p/asyncio-twisted-tornado-gevent-walk
#python #async #Gevent #asyncio