Remix.run Logo
silverwind 2 days ago

I think Python needs a good `fetch`-like async http client in the stdlib.

rcarmo 2 days ago | parent [-]

I personally recommend aiohttp. Setting up a ClientSession and letting it do its thing is quite nice.

operator-name 2 days ago | parent [-]

httpx also supports sync and async, but I remember seeing an issue in their repo about worse performance than aiohttp.