Network Python asynchronous | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 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 Réponse
0
use asyncio https://docs.python.org/3/library/asyncio.html
12th Jan 2021, 2:13 PM
Rakibul Yeasin
Rakibul Yeasin - avatar