Asynchronous Python Programming for Beginners
Please rate the course
Source:
Category:
Language:
Russian
Duration:
10:01:17
Number of lessons:
21
Added date:
01/05/2024
Rating:
0.0
Course short description
Asynchronous programming allows you to withstand larger workloads and write more efficient code. Most large projects use this approach. Therefore, it is important for Python developers to know the basic principles of asynchrony, understand the differences between multithreading and cooperative multitasking, and be able to apply all this in practice.
The main topics that you will study in our course:
- How asynchronous programming works in Python (GIL, < strong>Threading, cooperative multitasking)
- Standard python library asyncio
- Asynchronous web framework aiohttp