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.

📄 Documentation
AsyncIO: https://docs.python.org/3/library/asyncio.html

⭐️ 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

#python

Python Asynchronous Programming - AsyncIO & Await/Async
28.10 GEEK