I’m not known for going on rants but lately I’ve been seeing a lot of stupid tweets from vendors that have really bothered me. So today I’ll give my best Tom Hollingsworth “networkingnerd” impression and tell you what’s on my
Python – Kirk Byers Course Week 1 Part 1
This post is the first one going through the Kirk Byers Python for Network Engineers class. In the first class Kirk shows how to pipe data into Python by using the module fileinput with the following code(modified for Python3): import
Python – Learning Python with Kirk Byers Python for Network Engineers
As you have seen lately on the blog I’ve been fiddling around in Python. One of the best resources out there to learn Python for Network Engineers is the free e-mail course by Kirk Byers. Kirk is a CCIE emeritus
Python – Argparse Part II
In my previous post on Argparse I had some issues with validating values and printing help output for values that are out of range. I got some great suggestions from my smart colleagues Mikkel Troest and Patrick Ogenstad who are