paint-brush
How to run asynchronous web requests in parallel with Python 3.5 (without aiohttp)by@tyler-burdsall
57,975 reads
57,975 reads

How to run asynchronous web requests in parallel with Python 3.5 (without aiohttp)

by Tyler Burdsall3mOctober 31st, 2018
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

Python by itself isn’t event-driven and natively asynchronous (like NodeJS) but the same effect can still be achieved. Python 3.5.0 doesn't meet some of the minimum requirements of some popular libraries, including aiohttp. The right approach: performing multiple requests at once asynchronously. The wrong approach: synchronous requests. This article will help detail what I learned while also showing the benefits of asynchronous operations. It’s an incredibly robust library and a great solution for this kind of problem.

Company Mentioned

Mention Thumbnail
featured image - How to run asynchronous web requests in parallel with Python 3.5 (without aiohttp)
Tyler Burdsall HackerNoon profile picture
Tyler Burdsall

Tyler Burdsall

@tyler-burdsall

Software Development Engineer at AWS Elemental

Learn More
LEARN MORE ABOUT @TYLER-BURDSALL'S
EXPERTISE AND PLACE ON THE INTERNET.
L O A D I N G
. . . comments & more!

About Author

Tyler Burdsall HackerNoon profile picture
Tyler Burdsall@tyler-burdsall
Software Development Engineer at AWS Elemental

TOPICS

THIS ARTICLE WAS FEATURED IN...

Permanent on Arweave
Read on Terminal Reader
Read this story in a terminal
 Terminal
Read this story w/o Javascript
Read this story w/o Javascript
 Lite