Skip to content

Comment on Ask HN: Is Python async/await some kind of joke?

Comments

I generally find threaded code easier to work with, especially with WSGI applications (one thread per request). The only time I find async code helpful is to prevent callback hell like when using PySide6 or JavaScript on the front-end.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.