Network Python asynchronous | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Network Python asynchronous

I just learned network programming in python. The thing is, every source is about synchronous approach. What would I need to learn to make it work asynchronously?

2nd Jan 2021, 9:59 AM
Alireza Kamyab
Alireza Kamyab - avatar
1 Answer
0
use asyncio https://docs.python.org/3/library/asyncio.html
12th Jan 2021, 2:13 PM
Rakibul Yeasin
Rakibul Yeasin - avatar