Python For Network Engineers
if you are a Network Engineer looking to learn Python for Network Automation, this course is for you.
Python For Network Engineers - Introduction (I)
Let me start by saying that I'm a Network Engineer who has been using Python for several years,
5 min read
Python - Hello World (II)
In this second part, we will cover what the Python interpreter is, how to run a simple script, how to
5 min read
Python - Variables and Data Types (III)
In this part of the course, we'll dive into variables and data types, two fundamental concepts in Python
11 min read
Python - Expressions and Operators (IV)
An expression in Python is a combination of values, variables, operators, and functions that, when evaluated, results in a single
5 min read
Python - Flow Control (V)
In programming, flow control is all about making decisions in your code. It's how you can tell your
4 min read
Python - Loops (VI)
In programming, loops are powerful tools that allow you to repeat a block of code multiple times. This capability is
7 min read
Python - Functions (VII)
In Python, functions are a way to organize and reuse your code. They let you define a block of code
7 min read
Python - Importing Modules and PIP (VIII)
In Python, a module is a file containing Python code that defines functions, classes, and variables. These modules can be
5 min read
Python - Netmiko (IX)
Finally, we've arrived at an exciting part of our journey, working directly with Network Devices. In this section,
7 min read
Python - Further Reading (X)
Here are some of the blog posts I've written to further enhance your knowledge and build on top
3 min read