The Python Oracle

Asynchronous Requests with Python requests

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Puzzle Game 3 Looping

--

Chapters
00:00 Question
00:33 Accepted answer (Score 187)
02:02 Answer 2 (Score 102)
03:01 Answer 3 (Score 59)
03:52 Answer 4 (Score 52)
06:58 Thank you

--

Full question
https://stackoverflow.com/questions/9110...

Question links:
[requests library]: http://docs.python-requests.org/en/lates...

Accepted answer links:
[grequests]: https://github.com/kennethreitz/grequest...

Answer 2 links:
https://github.com/kennethreitz/grequest...
[Ideal method for sending multiple HTTP requests over Python?]: https://stackoverflow.com/questions/1055...

Answer 3 links:
[requests-futures]: https://pypi.org/project/requests-future.../
[grequests]: https://pypi.org/project/grequests/
[ThreadPoolExecutor]: https://docs.python.org/3/library/concur...

Answer 4 links:
[aiohttp]: https://github.com/aio-libs/aiohttp

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #asynchronous #pythonrequests #httprequest

#avk47