March 2019
Beginner
490 pages
12h 40m
English
The examples and source code for this chapter are available in the GitHub repository in the Chapter06 folder: https://github.com/PacktPublishing/Learning-Python-Networking-Second-Edition/tree/master/chapter6.
This chapter requires quite a few third-party packages, such as paramiko and pysnmp. You can use your operating system's package management tool to install them. If we are working with Python 3 in Debian and Ubuntu Unix distributions, all of the modules that are required for understanding the topics will be covered in this chapter.
We can use the following commands to install the required modules in a Debian distribution:
Read now
Unlock full access