March 2019
Beginner
490 pages
12h 40m
English
The ipaddress module simplifies working with IPv4 and IPv6 addresses in Python. In this section, we will focus on IPv4 and will work primarily with the following three class types:
You can get more information about this module with the help command from the Python interpreter:

IPv4Address is the class that represents and manipulates single IPv4 addresses:

The class represents an IPv4 ...
Read now
Unlock full access