Python Async basics video (100 million HTTP requests)

I found something difficult in Python, which was a bit of a first, so I wrote a whole blog series about it, and now a whole video:

Slides: Python Async Basics slides

Python Async Basics slides

Blog posts: asyncio basics, large numbers in parallel, parallel HTTP requests, adding to stdlib

Originally posted at 2019-02-26 21:48:45+00:00. Automatically generated from the original post : apologies for the errors introduced.

asyncio basics
large numbers in parallel
parallel HTTP requests
adding to stdlib
original post