TIL requests is not part of the #Python standard library
Just one of those libs that are around so often I guess it was always installed.
https://docs.python-requests.org/en/latest/user/install/#
Just one of those libs that are around so often I guess it was always installed.
https://docs.python-requests.org/en/latest/user/install/#
@rain I think the main reason for it remaining out is so that it's not tied in to Python's release cycle, and can push out updates faster.
Might also want to check out httpx and or niquests since requests have not been updated in a year and not sure what's going on with it.
https://niquests.readthedocs.io/en/latest/
https://www.python-httpx.org/