Introduction
I'll start by saying that I am not a programmer. I'm an infrastructure engineer so you may ask what use can I have for learning python. Well it turns out plenty.Source Material
I started learning python in September 2016 as I had some hopes it could help me improve both the speed and quality of my work. I started learning the language following an excellent book by Eric Matthes: Python Crash Course: A Hands-On, Project-Based Introduction to Programming The book is as it's name a great project based guide to learning the language. It really helps you get to grips with the language and it's syntax when creating usable programs. Some of the benefits of the language include:- Ease of learning
- Fast and Powerful
- Works on all platforms
- Open source
My Real World Usage
If you've ever had had the need to do work that is both repetitive, time consuming and requiring complete accuracy then python will certainly be able to help. Some of the ways in which I have used the language to my benefit is to write programs to do the following types of jobs:- Create Cisco Switch / Router Infrastructure access lists
- Translate NFS mount points to corresponding full paths
- Update Cisco ASA object / group configuration
- Isilon NFS Export Creation / Modification
- Isilon Quota Creation/Modification
- Isilon Quota Notification Creation
Leave a comment
Your email address will not be published. Comments are moderated before appearing.