|
|
|
|
|
by gorgoiler
447 days ago
|
|
It has two! — http.client and urllib.request — and they are really usable. Lots of people just like requests though as an alternative, or for historical reasons, or because of some particular aspect of its ergonomics, or to have a feature they’d rather have implemented for them than have to write in their own calling code. At this stage it’s like using jQuery just to find an element by css selector (instead of just using document.querySelector.) |
|
But recently I had to do something using raw urllib3, and you know what? It’s just as ergonomic.