Async Python is not faster

Async Python is slower than “sync” Python under a realistic benchmark. A bigger worry is that async frameworks go a bit wobbly under load. Read more

Similar

Python Is Not Java

I was recently looking at the source of a wxPython-based GUI application, about 45.5KLOC in size, not counting the libraries used (e.g. Twisted). The code was written by Java developers who are relatively new to Python, and it suffers from some performanc... (more…)

Read more »