September 2018
Intermediate to advanced
426 pages
10h 46m
English
his chapter will introduce you to some of the basics of Python networking using the socket module. Along the way, we'll build clients, servers with TCP, and user datagram protocol (UDP) protocols. Sockets Programming covers using TCP and UDP sockets from Python for writing low-level network applications. We will also cover HTTPS and TLS for secure data transport.
The following topics will be covered in this chapter: