Book Image

Python Network Programming for Network Engineers (Python 3) [Video]

By : David Bombal
Book Image

Python Network Programming for Network Engineers (Python 3) [Video]

By: David Bombal

Overview of this book

The days of configuring Cisco networks only with the command-line interface (CLI) are ending. Do you want to program networks using Python, but not sure where to start? Well, this course will show you how you can start programming Cisco networks using Python within 20 minutes. The course begins by explaining the steps for setting up the lab and takes you through the concepts of network automation. Once you are ready with the environment and the basics, you will dive into automating networks. You will learn how to automate networks using Telnet, Secure Shell (SSH), Paramiko, Netmiko, and Network Automation and Programmability Abstraction Layer with Multivendor support (NAPALM). In the rest of the course, you will learn the various concepts of Python needed to automate the configuration of network devices. By the end of this course, you will be able to program networks and network devices using Python 3 and Graphical Network Simulator-3 (GNS3). All code files are available here: https://github.com/packtpublishing/python-network-programming-for-network-engineers-python-3-
Table of Contents (24 chapters)
Free Chapter
1
Introduction
17
Python Theory: Tuples
18
Python Theory: Code Structures
19
Python Theory: If/Else/Else-if Logic
22
Python Theory: Ranges
Chapter 11
Python Theory: Objects, Variables, and Data Types
Content Locked
Section 5
Python Variables - Part 3
This is the third part of the four-part video that highlights the concept of Python variables.