Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Mastering Python Networking
Rating: 4.1 out of 5(45 ratings)
415 students

Mastering Python Networking

Master network automation, DevOps, and Software-Defined Networking (SDN) with this comprehensive guide
Last updated 7/2019
English

What you'll learn

  • Brush up on the TCP/IP suite and the Python language
  • Monitor your network with Simple Network Management Protocol (SNMP), Multi Router Traffic Grapher (MRTG), and Cacti
  • Use Flask to create REpresentational State Transfer (REST) web service for your network
  • Build Flask-based web-service APIs with Python
  • Implement network security using Python libraries
  • Create network topology graphs with Graphviz

Course content

8 sections54 lectures3h 19m total length
  • Course Overview1:54

    In this course, we use Python as the programming language of choice to master network engineering tasks. Python is an easy-to-learn, high-level programming language that can effectively complement network engineers' creativity and problem-solving skills to streamline daily operations. Python is becoming an integral part of many large-scale networks, and through this course, I hope to share with you the lessons I've learned.

  • Lesson Overview0:52

    This lesson reviews the fundamental technologies that makeup internet communication today, from the OSI and client-server model to TCP, UDP, and IP protocol suites. The chapter will review the basics of Python languages such as types, operators, loops, functions, and packages.

  • An Overview of the Internet7:21

    What is the internet? This seemingly easy question might receive different answers depending on your background. To a network engineer, the internet is a global computer network consisting of a web of inter-networks connecting large and small networks together. Let's take a look at the components making up this web of networks.

  • The OSI Model1:52

    No network book is complete without first going over the Open System Interconnection (OSI) model. Let’s take a look at it.

  • Client-Server Model1:01

    In this section, we will look at the Client-Server Model.

  • Network Protocol Suites6:55

    In the early days of computer networking, protocols were proprietary and closely controlled by the company who designed the connection method. In this section, we will look at some of the network protocol suites.

  • Python Language Overview25:16

    In this section, we will take a high-level tour of the Python language for a bit of a refresher.

  • Lesson Summary0:34

    Let us summarize what we learned from this lesson.

  • Test Your Knowledge

Requirements

  • Basic familiarity with various networking protocols and the Python language will be useful.

Description

Network programming can be a challenging task. However, with full-featured and well-documented libraries, Python makes it an enjoyable experience.This book is an extensive resource that will help you learn everything about employing Python for network programming. You’ll begin with a detailed revision of the Transmission Control Protocol/Internet Protocol (TCP/IP) suite and the Python language. Once you’ve brushed up on the basics, you’ll understand how to use Python libraries to automate network tasks and employ the Ansible framework to achieve your network goals. Next, the book will guide you in using Python for DevOps by employing open source tools to test, secure, and analyze your network. You’ll then build on your knowledge by understanding how to retrieve network information using a polling mechanism and flow-based monitoring. You will also learn how to build customized network web services. In the last module, you’ll use Python for SDN and compare the performance of tools such as OpenFlow, OpenDaylight, and Network Functions Virtualization (NFV). In the concluding chapters, you’ll apply what you’ve learned to construct a migration plan to advance from a legacy to a scalable SDN-based network. By the end of this book, you’ll have developed the skills you need to confidently design high-performance network server apps using Python.

About the Author

Eric Chou is a seasoned technologist with over 18 years of industry experience. He has worked on and helped managed some of the largest networks in the industry while working at Amazon AWS, Microsoft Azure, and other companies. Eric is passionate about network automation, Python, and helping companies build better security postures. Eric is the author of several books and online classes on networking with Python and network security. He is the proud inventor of two patents in IP telephony. Eric shares his deep interest in technology through his books, classes, and his blog, and contributes to some of the popular Python open source projects.

Ben Straub has been building software for 15 years ranging from Device drivers, desktop applications, Git to microservices. He specializes in C/C++, C#/.NET, Python, Ruby, Javascript.

Who this course is for:

  • This book is for network engineers and programmers who want to use Python for networking.