Brian Seitz
Objectives: Use python to run a simple client/server and Web client program.
Equipment list: Computers with internet connection, python, client.py, server.py and web_client.py files.
Notes and Observations: Since I had taken a class and learned how to use python already, I found this lab to be quite easy but really interesting as well. It was a pretty cool way to use python and see how a simple client/server and web_client works. One thing we did run into though was that we couldn’t connect to anyone else. Once we figured out that we need to alter the port number in the codes, it worked great!
Add a comment