/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Python has had async for 10 years – why isn't it more popular?
(tonybaloney.github.io)
320 points
willm
| 2 comments |
02 Sep 25 17:24 UTC
|
HN request time: 0.405s
|
source
Show context
silverwind
◴[
02 Sep 25 17:46 UTC
]
No.
45106541
[source]
▶
>>45106189 (OP)
#
I think Python needs a good `fetch`-like async http client in the stdlib.
replies(1):
>>45106560
#
1.
rcarmo
◴[
02 Sep 25 17:47 UTC
]
No.
45106560
[source]
▶
>>45106541
#
I personally recommend aiohttp. Setting up a ClientSession and letting it do its thing is quite nice.
replies(1):
>>45108504
#
ID:
GO
2.
operator-name
◴[
02 Sep 25 20:23 UTC
]
No.
45108504
[source]
▶
>>45106560 (TP)
#
httpx also supports sync and async, but I remember seeing an issue in their repo about worse performance than aiohttp.
↑