Python Asynchronous Programming - AsyncIO & Async/Await

In today’s video, I’ll be talking to you about asynchronous programming in python. This Python Async tutorial will cover the ’async’ and ’await’ keyword, coroutines, futures and tasks, and some basic features from the asyncio module in Python. This video is for intermediate programmers, and it’s recommended you have Python 3.7 or above. 💻 AlgoExpert is the coding interview prep platform that I used to ace my Microsoft and Shopify interviews. Check it out and get a discount on the platform using the code “techwithtim“ 📄 Documentation AsyncIO: ⭐️ Timestamps ⭐️ 01:43 - Synchronous vs Asynchronous 04:30 - Coroutines 07:35 - Async Event-Loop 08:58 - Async/Await Keywords 12:12 - Tasks 17:00 - Async Example ◼️◼️◼️◼️◼️◼️◼
Back to Top