Asyncio
Send HTTP Requests As Fast As Possible in Python
Use Python's synchronous, multi-threading, queue, and asyncio event loop to make 100 HTTP requests and see which solution performs the best.
pythonasynciorequests
How to Manage Exceptions When Waiting On Multiple Asyncio Tasks
Handling exceptions in asyncio requires careful management to ensure that code does not become unstable.
pythonasyncioasync
Multithreading vs Asyncio in Python
Event Loop
pythonmultithreadingasyncio