Learn how to speed up your Python 3 programs using concurrency and the new asyncio
module in the standard library.
First, you’ll explore the key terms of parallel programming. Next, you’ll see step-by-step how to leverage concurrency and parallelism in your own programs, all the way to building a complete HTTP downloader example app using asyncio
and aiohttp
.
What’s Included:
- 13 Lessons
- Video Subtitles and Full Transcripts
- Accompanying Text-Based Tutorial
- Interactive Quiz to Check Your Progress
- Q&A With Python Experts: Ask a Question
- Certificate of Completion
Related Learning Paths:
mahlenius on June 30, 2020
Great job explaining this asycnio lib. Enjoyed the demos and actually typed along with them so I could try/tinker myself. The “real world” example at the end was very useful for me. Thanks!