Book Image

Hands-on Network Programming with Python [Video]

By : Eric Chou
Book Image

Hands-on Network Programming with Python [Video]

By: Eric Chou

Overview of this book

The goal of the course is to master key Python concepts as they are applied in the network engineering context. Computer Networks, large and small, has become ever increasingly software-driven in the last several years. A typical network engineer faces the challenge of learning a completely new discipline that normally takes years to master. This course will use Python, an easy-to-learn, popular first-time-programmer language as the foundation to bridge the gap for network engineers facing the automation challenge, this will help network engineers become experts in using Python for networking. The video will start by demonstrating how to use Python and supported libraries to automate network tasks. Then you will get familiar with the concepts and work with the Ansible framework in order to achieve your network goals. You will then come across ways to monitor your network using Python. Besides this, you will develop a good understanding and explore ways to solve issues related to the security wheel that treats the network as one single entity instead of dispersing components. By the end of the course, the students will master skills required to accomplish advance network automation using Python. All the code and supporting files for this course are available on Github at https://github.com/PacktPublishing/-Hands-on-Network-Programming-with-Python
Table of Contents (5 chapters)
Chapter 1
Getting Ready for Python Network Programming
Content Locked
Section 5
Review of Key Python Concepts
We will review the key Python concepts. - We will look at Python built-in types - We will look at Python operators and Control flows - We will look at Python functions