TCP network connection using Python sockets

Built a solution that empowers developers to establish, manage, and communicate over TCP/IP networks effortlessly using Python’s socket library1.

View code on GitHub


Description

Create a Python Socket for end-to-end communication and file transfer. One side acts as the server - starting the communction with a port number. The other side acts as the client - connecting to this port number. With every transfer over network connections, checksums are calculated to enuse no data has been lost.


  1. Provides a set of modules that enable you to create, manipulate, and work with sockets for network communication. ↩︎