DEV Community

Cover image for Async/Awaiting Production in Python
Angular Developer
Angular Developer

Posted on

Async/Awaiting Production in Python

Async / Await are the two new Python keywords that are used to define coroutines. Concurrency and parallelism are expansive subjects that are not easy to wade into. It has been known that the asynchronous functions in Python can be very slow. Watch this talk to learn how to optimize async/await performance in production.

Top comments (0)