The purpose of this class was to serve as an introduction to networking and programming. Some of the concepts of programming covered were loops, lists, directories, strings, and socket programming. On the networking portion of the class we learned about different network topologies, protocols, security, and the different types of networks.
Final coding milestone project:
For one of our final assignments for the course were tasked with creating a python socket program consisting of the mentioned above criteria. I decided to create my program based around Jeopardy. The server code will initialize and the client code will be the one actually interacting with the users.
Here’s a link to the server code: https://replit.com/@omariholloway21/SomberKnobbyResearch
Here’s a link to the client code: https://replit.com/@omariholloway21/TreasuredLightgreenSequel