comparison of async and blocking http clients for Rust and Python
Rust blocking client ureq - https://github.com/algesten/ureq
Python async client aiohttp - https://docs.aiohttp.org/en/stable/
Rust async (and blocking) client reqwest - https://github.com/seanmonstar/reqwest
Demo API used https://pipl.ir/
Source code for this episode (and the others of the series) can be found at https://github.com/bedroombuilds/pyth...