Hacker News new | ask | show | jobs
by meisel 213 days ago
How many people just avoid working with await in Python at all costs (e.g., favoring something like multiprocessing instead?). It’s always felt less comfortable in Python than in other languages
1 comments

Favor gevent instead.

Maybe in a few years just plain threads when ecosystem is ok for gil less.