...you type `www.google.com` into your browser, your browser is actually connecting to the IP address `172.217.0.142` and port number 80.
##Building a Chat Application
Now that you know the basics of networking in Python, let's build a simple chat application.
Our chat application will allow...