Socket Library for Python
Socket
A socket is an endpoint of a bidirectional inter-process communication channel. Sockets are used to provide communication between processes on the same machine, or between processes on different machines over a network.
In other words, it is a...
sidharthhhh.hashnode.dev3 min read
Akshat Arora
Software Engineer | Web Dev | Data Science | Open Source | Gaming
Insightful article. Just curious though, is it available in python or do we have to install it via pip?