python-3.xapiasynchronouspython-requests

Writing Async requests in python


I am planning of writing async requests in python 3. I came across 2 packages urlib and requests. I am confused about using which of the following package which will give me more performance and won't consume many resources.


Solution

  • This might look like an opinion to everyone, but trust me, it's not:

    If you have to ask, you'll never know, that being said, just use aiohttp.