Check out the following links for more information about the tools we talked about in this chapter. The official Python documentation is also a great resource for some of the topics we covered:
- Presentations about the IPv6 protocol: https://insinuator.net/2019/01/ipv6-talks-publications/
- The official Python 3.7 documentation: https://docs.python.org/3.7/howto/ipaddress.html#ipaddress-howto
- A few useful functions and objects for manipulating IPv4 and IPv6 addresses in Python: https://github.com/bd808/python-iptools
- The iptools package is a collection of utilities for working with IP addresses: http://python-iptools.readthedocs.org
- Some examples and the official documentation for the netaddr package: https://netaddr.readthedocs.io/en/latest/tutorial_01.htm