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 the IPv6 protocol and work primarily with the following three class types:
You can get more information about this module with the help command from the Python interpreter:

The IPv6Address class represents an IPv6 address or network. To create these objects in Python, the module provides some basic factory functions to create such objects:
import ipaddressfrom ipaddress ...
Read now
Unlock full access