If you are interested in the network programming side of Python, you have come to the right place. The socket module is a basic tool for enabling communication between devices. Understanding this will help you in developing chat applications, building custom protocol, and so many more applications. Instead of just the applications, we recommend learning […]
Articles Tagged: socket programming
Guide To Socket Programming in Python: Easy Examples
Sockets and the socket API facilitate inter-process communication in networks which may be physical (connected to other networks using wires or wirelessly) or logical (a computer’s local network). In simple words, sockets enable sending messages across a network. The internet (via your ISP) relies on sockets to communicate with your computer. On the whole, the […]
Latest Articles
Tags
Python is a beautiful language.