From the course: Cisco CCNP SCOR Security (350-701) Cert Prep: 1 Security Concepts and Network Security

Unlock this course with a free trial

Join today to access over 22,500 courses taught by industry experts.

Python scripts

Python scripts

- [Instructor] It's no secret that software-defined networking is becoming more and more prevalent in networking. SDN in very simple terms is a way that we can intelligently and centrally control our network. This uses software-based controllers or application programming interfaces, APIs in other words, to communicate with underlying hardware and direct traffic. We've looked at some of these principles within Cisco DNA Center and vManage, already. APIs allow us to automate repetitive tasks and save time. When it comes to programming languages, Python is considered the frontrunner for those you should learn first, particularly when it comes to SDN. While this exam doesn't require an in-depth knowledge of Python, you should have some familiarity with the syntax, and we'll examine that momentarily. Before we do that, if you're interested in a deeper dive with Python, I would point you to a few resources for that. First is the Python Tutorial provided by the official Python site at…

Contents