jfblg / arjac-codes-2022-asyncio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Asyncio

If your software interacts with external APIs, you need to know concurrent programming. I show you how it works in Python and then take it to the next level by showing advanced concurrent features such as using async with generators and comprehensions, show a simple way to turn blocking code into concurrent code, and then I cover how concurrency affects software design and architecture.

Video: https://youtu.be/GpqAQxH1Afc.

About

License:MIT License


Languages

Language:Python 100.0%