Learn basic network programming by creating a chatroom hosted on localhost where multiple clients can send messages for everyone to see.
To start the chatroom, first run the server:
python ./chatroom/server.py
Next, run as many clients as you'd like:
python ./chatroom/client.py
Each client should ask for a username. After that simply send messages into the terminal.