Python for everyone Chapter 12 - Network Programming
Part 1
1.1
The second line creates a socket but not associate with it.
1.2 Application protocol
1.3 An HTTP request in python
UTF 8 1-4 bytes
UTF 8 is a encoding system
unicode is consist of 1-4 bytes(1 bytes = 8 bits)
ASCII is a standard for c...
hongweislearning.hashnode.dev1 min read