HOME > Development > Asynchronous Python with Asyncio

Asynchronous Python with Asyncio

  • Development
  • Jan 22, 2025
SynopsisAsynchronous Python with Asyncio, available at Free, has an a...
Asynchronous Python with Asyncio  No.1

Asynchronous Python with Asyncio, available at Free, has an average rating of 4, with 21 lectures, based on 126 reviews, and has 3792 subscribers.

You will learn about Learn how to use the new async and await syntax Learn about the asyncio module Learn to run coroutines Learn about the event loop in Python Learn the differences between asyncio and threading This course is ideal for individuals who are Python developers who want to learn about the new Asyncio module It is particularly useful for Python developers who want to learn about the new Asyncio module.

Enroll now: Asynchronous Python with Asyncio

Summary

Title: Asynchronous Python with Asyncio

Price: Free

Average Rating: 4

Number of Lectures: 21

Number of Published Lectures: 21

Number of Curriculum Items: 21

Number of Published Curriculum Objects: 21

Original Price: Free

Quality Status: approved

Status: Live

What You Will Learn

  • Learn how to use the new async and await syntax
  • Learn about the asyncio module
  • Learn to run coroutines
  • Learn about the event loop in Python
  • Learn the differences between asyncio and threading
  • Who Should Attend

  • Python developers who want to learn about the new Asyncio module
  • Target Audiences

  • Python developers who want to learn about the new Asyncio module
  • The native asyncio library in Python allows you to write concurrent code using the `async` and `await` keywords. The official documentation on asyncio might be somewhat daunting, therefore I hope to make writing asynchronous code more accessible to the less experienced Python developer.

    Asyncio is used in multiple Python asynchronous frameworks. Besides that it is practical in your own applications where you deal with network connections or concurrent HTTP requests.

    The asyncio module was introduced in Python 3.4 and therefore not new per se. However, with Python version 3.7 the API of the asyncio module received quite some changes. These changes allow developers to interact more easily with the event loop.

    During this course I will teach you:

  • How to use the new async and await keywords

  • All about the asyncio module

  • Run coroutines

  • About the event loop in Python

  • The differences between asyncio and threading

  • About Me

    My name is Koen, it is nice to meet you. Starting out at the age of 15 with iOS development I never lost my interest in Software Development. Currently I mainly keep myself occupied with web development. I am invested in multiple backend technologies and frameworks, such as Ruby on Rails, Django and Laravel. On the frontend side of projects I follow the development of React, Alpine.js and Vue.js closely.

    Course Curriculum

    Chapter 1: Introduction

    Lecture 1: Introduction

    Lecture 2: What and Why Asyncio

    Lecture 3: Threading vs Asyncio

    Lecture 4: What Python Version to Use

    Chapter 2: Getting Started with async and await

    Lecture 1: Introduction

    Lecture 2: Asynchronous Functions

    Lecture 3: Asynchronous Iterators

    Lecture 4: The @asynccontextmanager Decorator

    Lecture 5: Asynchronous Context Manager Classes

    Lecture 6: Asynchronous Generators

    Lecture 7: Asynchronous Comprehension

    Chapter 3: Coroutines and Awaitables

    Lecture 1: Introduction

    Lecture 2: Coroutine Objects and Async Functions

    Lecture 3: Ways of Running Coroutines

    Lecture 4: Cancelling Coroutines

    Lecture 5: Awaitable Objects

    Chapter 4: Tasks, Futures and the Event Loop

    Lecture 1: Introduction

    Lecture 2: Using Task Objects

    Lecture 3: Interacting with the Event Loop

    Lecture 4: The Concept of the Future

    Chapter 5: Wrapping Up

    Lecture 1: You Made It!

    Instructors

  • Asynchronous Python with Asyncio  No.2
    Koen Woortman
    Professional Web Developer
  • Rating Distribution

  • 1 stars: 8 votes
  • 2 stars: 10 votes
  • 3 stars: 21 votes
  • 4 stars: 35 votes
  • 5 stars: 52 votes
  • Frequently Asked Questions

    How long do I have access to the course materials?

    You can view and review the lecture materials indefinitely, like an on-demand channel.

    Can I take my courses with me wherever I go?

    Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don’t have an internet connection, some instructors also let their students download course lectures. That’s up to the instructor though, so make sure you get on their good side!