Monday, April 13, 2020

Python with CISCO Networking


Why Programming for Network Engineer

UConfigIt believe the best network engineers in the future will be able to:
a) build their own Python scripts (or curate and modify scripts they find)
b) query the APIs for their network devices, controllers, and management systems
c) contribute to key Open Source projects that are becoming the foundation of network automation 


Why Python Programming Language 

a) It is a general purpose programming language
b) It is a scripting language
c) It is used for testing
d) It is used for debugging
e) It is used for data analysis(The best suited language after R)
f) It is used for data visualisation
g) It is used for web development(Django and flask are it’s famous web frameworks)
h) It is used for automation
i) It is used to teach and introduce computer science to students in many countries
j) It is used in big data(pySpark for apache spark)
k) It is used for embedded programming
l) It is used in robotics(Raspberry pi prefers sparks)

Let's begin

a) Basic of Python

b) Network Programming with Python



Thanks

No comments:

Post a Comment