Python TCP socket
What you will learn here about python TCP socket
- Python TCP server
- Python TCP client
Please click on the following link to download python TCP client server code
Download python tcp client server code (194 downloads)
Python TCP server
Please follow the following steps to know how to implement TCP server using python
1)PleaseĀ download the above and unzip the downloaded file
2)Open TCPserver.py (available in downloaded code) file with python IDE which is shown below
3)Now please run the code. Once you run TCP server code you will see the following kind of output on the python console which is shown below
Python TCP client
1)Assuming you have downloaded above code
2)Please open TCPclient.py (available in the downloaded file) with python IDE which is shown below
3)Now please run code
4)Once you run TCPclient.py you will see the following kind of output on the TCP server console which is shown below