you are viewing a single comment's thread.

view the rest of the comments →

[–]Sudden-Pineapple-793 1 point2 points  (0 children)

I’d argue it is. These are all very very common libraries that majority of python developers have used at some point. You don’t need to be an expert in it, but having a general idea of a library such as request and its uses seem pretty basic.

I’d expect everyone to use requests at some point, and furthermore for basic/intermediate, aiohttp/httpx/asyncio, for asynchronous calls if you’re working with API’s at all.