#python
Read more stories on Hashnode
Articles with this tag
Python Installation sudo apt-get update sudo apt-get install python3.6 Check the version python3 --version Why their is need for Python in DevOps?...
Socket A socket is an endpoint of a bidirectional inter-process communication channel. Sockets are used to provide communication between processes on...
what is Networking? Networking is the connection of two or more devices to share data and resources. Networks can be local (LAN), wide area (WAN), or...