Apr 17, 2022
Thanks!
I don't know any such frameworks in python: to serve large scale we usually care about performance and python being interpreted language is relatively slow which makes it not ideal for such purpose. That said, we can see new async frameworks coming out in python, over the past couple of years, which are gaining popularity (sanic, fastapi and maybe others) and that may be a game changer. I guess we'll have to wait and see :)