Automation is need of Time.We as network engineers have to go with automation to simplify major chunk of the work done by us.We can not escape from automation.I will be having series of python posts starting from basics.I will try to put all learning in post in most easiest way.
Let’s start with Basics.What is Python ? As per Wiki , Python is a widely used high-level , general-purpose , interpreted , dynamic programming language .
In layman terms , it’s one of the coding language much simpler, easy to understand and most importantly reduces number of code lines in C++ to fewer lines.
It was created by Guido van Rossum during 1985-1990.
Installation:Note:We will be doing coding in Python 3.
windows:can be installed from Site : http://www.python.org
linux:run below mentioned command
$ sudo apt-get install python 3.5