Network Python asynchronous | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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 Respuesta
0
use asyncio https://docs.python.org/3/library/asyncio.html
12th Jan 2021, 2:13 PM
Rakibul Yeasin
Rakibul Yeasin - avatar