Asynchronous Python: concepts, principles, asyncio
Please rate the course
Source:
Category:
Language:
Russian
Duration:
01:59:58
Number of lessons:
1
Added date:
24/05/2024
Rating:
0.0
Course short description
Master class is dedicated to asynchronous programming in Python using the asyncio module. We'll explore the concepts, principles and practices of writing asynchronous code and learn how to use asyncio to solve various problems.
At the master class we will talk about:
- Introduction to asynchronous programming and its advantages
- I/O operations and their blocking
- Overview of the asyncio module in Python
- Working with Future and Task objects
- Concepts of coroutines, event loops, coroutines and event loops
- Asynchronous code examples in Python
- Examples of using asyncio in network requests
- and much more...
In the end you will be able to:
- Apply asynchronous programming to solve real-world problems, such as web scraping, processing large amounts of data, etc.
- Create asynchronous functions and coroutines to efficiently work with network requests and I/O operations .
- Use Event Loop objects to organize asynchronous work in the application.
- Use "async/await" semantics to simplify writing asynchronous code.
- Use various types of error handling in asynchronous code.