Book Image

Learning Python Network Programming

By : Dr. M. O. Faruque Sarker, Samuel B Washington, Sam Washington
Book Image

Learning Python Network Programming

By: Dr. M. O. Faruque Sarker, Samuel B Washington, Sam Washington

Overview of this book

Table of Contents (17 chapters)
Learning Python Network Programming
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, the standard Python libraries for IP address manipulation were discussed. Two third-party libraries dnspython and ntplib have been presented to interact with the DNS and the NTP servers respectively. As you have seen through the aforementioned examples, these libraries provide you with the necessary interface for talking to those services.

In the following chapter, we will introduce socket programming in Python. This is another interesting and popular topic for networking programmers. There, you will find both low and high-level Python libraries for programming with BSD sockets.