<< Back to Programming Forum   Search

Posts 1 - 3 of 3   
fyi if you're using Python requests: 1/11/2020 00:14:20


byshep
Level 23
Report
(for WZ API or anything else)

Switch to httpx (python-httpx.org). Basically the same API (fast way to port over existing code) but with async support. And safer to use, since it leverages type annotations. And none of the baggage associated with Kenneth Reitz.

If you don't jump on the httpx train, the terrorists will win
fyi if you're using Python requests: 1/31/2020 18:23:20

-B 
Level 60
Report
Terrorists won.
fyi if you're using Python requests: 2/1/2020 02:44:59


byshep
Level 23
Report
Porting is trivial, probably even easier than py2->3. :P if your code is open source, I'd be happy to tackle the porting for you
Posts 1 - 3 of 3