filmov
tv
Socket programming in python / Python socket / python socket simplified. #python #socket

Показать описание
Hello Coders! Code-dev here; Here's a tutorial about sockets in python simply explained the basics.
A socket is one endpoint of a two way communication link between two programs running on the network. A socket connecting to the network is created at each end of the communication. Each socket has a specific address. This address is composed of an IP address and a port number.
#python #pythonprogramming #pythontutorial #python3 #socket
A socket is one endpoint of a two way communication link between two programs running on the network. A socket connecting to the network is created at each end of the communication. Each socket has a specific address. This address is composed of an IP address and a port number.
#python #pythonprogramming #pythontutorial #python3 #socket