TCP Socket Programming in Python (server/client)

Socket Programming in Python What is Socket :  A socket is one end of a two-way communication link between two programs/software running on the network. A socket is bound to a port (also known as process id) number so that the TCP/UDP layer can identify the application that data to be transferred to. What to do? in order to create a server first, we need to create a socket in the program and put this socket into the listen mode....

December 10, 2018 · 3 min · Rahul Rajput

Part-1 Installing Python, UI Software with Python

About this Series Welcome everybody, you must be interested in UI software creation. So in this series we will learn about how to create UI software programs from scratch which contains installing of python, required library and others. So stick to this series and have fun. Requirements Knowledge of Python basics. Good understanding of programming concepts. Motivation UI Software with Python Creating UI or GUI software programs in python is easy and fast....

December 6, 2018 · 2 min · Rahul Rajput