What's socket in python network... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What's socket in python network...

I need to learn that method

27th Mar 2019, 8:58 PM
Nasr Aldeen Alhadi
Nasr Aldeen Alhadi - avatar
1 Answer
0
Socket Programming in Python. Socket programming is a way of connecting two nodes on a network to communicate with each other. One socket(node) listens on a particular port at an IP, while other socket reaches out to the other to form a connection. ... Now we can connect to a server using this socket.
28th Mar 2019, 11:25 AM
Anshumaan Mishra