top of page
Python-Sockets-Tutorial_Watermarked.815c

PYTHON SOCKET PROGRAMMING

This was an assignment for my networks course. We were tasked with creating a python program that would communicate with a host server through sockets by establishing a TCP connection. I wrote the client side of the TCP connection as you can see in the code below. In order to verify that we had in fact establish a connection to the host server, we were sent back a secret code that corresponded to our individual student ID number. My ID number has been blurred in the image below for privacy reasons. 

Inkedpython code_LI.jpg
bottom of page