fluentpython / example-code

Example code for the book Fluent Python, 1st Edition (O'Reilly, 2015)
http://bit.ly/fluentpy
MIT License
5.56k stars 2.18k forks source link

Who can explain "requests" and "aiohttp" difference? #6

Closed thomaszdxsn closed 3 years ago

thomaszdxsn commented 7 years ago

I know about packages "requests" is blocking I/O operation. But who can tell me what is blocking? what is difference in implementation of "requests" and "aiohttp".