How to Make a TCP IP Server or Client in Python

How to Make a TCP IP Server or Client in Python

L
LeMaster Tech
22 Video Views·Apr 22, 2025

In this video we program an example of a Python script to act as a TCP IP server, and a separate one to act as a client, and then we start both and see live transfer of data using the TCP IP protocol!

Code shown in this example available here:
https://github.com/plemaster01/TCPIP_Python/

Don't forget to leave a like on the video if you found it useful, subscribe to the channel for tons more great content, and leave a comment letting me know with any questions or what you want to see next!

Consider Checking out my Patreon!
https://www.patreon.com/LeMasterTech

TIMESTAMPS:
00:00 Introduction to TCP IP in Python
01:10 Creating a TCP IP Server in Python
12:34 Creating a TCP IP Client in Python
18:56 Communicating Between our TCP IP Server and Client Programs!