I love python but if I wanted a fast async app, I would prefer to write it in go with goroutines. I don't like the async programming style where every function involved in the logic chain has to be async. Goroutines with channels are just nicer.
Python is awesome for a lot of things but go really shines for async style programs.
Python is awesome for a lot of things but go really shines for async style programs.