The Programming for Network Engineers (PRNE) training is designed to equip you with fundamental skills in Python programming. Through a combination of lectures and lab experience in simulated network environments, you will learn to use Python basics to create useful and practical scripts with Netmiko to retrieve data and configure network devices. Upon completion of this training, you should have a basic understanding of Python, including the knowledge to create, apply, and troubleshoot simple network automation scripts.
How You’ll Benefit
This training will help you:
- Explain the need for network engineers to learn how to program
- Explain how programming relates to the journey into network automation and programmability
- Create useful and practical scripts to retrieve data and configure network devices
- Create, apply, and troubleshoot simple network automation scripts
- Gain hands-on experience with Python programming
Who Should Enroll
- Network administrators
- Network engineers with little or no programming or python experience
- Network managers
- Systems engineers
Path Objectives
After taking this training, you should be able to:
- Create a Python script
- Describe data types commonly used in Python coding
- Describe Python strings and their use cases
- Describe Python loops, conditionals, operators, and their purposes and use cases
- Describe Python classes, methods, functions, namespaces, and scopes
- Describe the options for Python data manipulation and storage
- Describe Python modules and packages, their uses, and their benefits
- Explain how to manipulate user input in Python
- Describe error and exception management in Python
- Describe Python code debugging methods
Learning Path Prerequisites
There are no prerequisites for this training. However, the knowledge and skills you are recommended to have before attending this training are:
- Familiarity with Cisco IOS®-XE software or other Cisco network device configuration and operation skills
- Basic network management knowledge
- Cisco CCNA® certification or equivalent knowledge
These skills can be found in the following Cisco Learning Offerings:
- Implementing and Administering Cisco Solution (CCNA)
Learning Path Outline
- Introducing Programmability and Python for Network Engineers
- Scripting with Python
- Examining Python Data Types
- Manipulating Strings
- Describing Conditionals, Loops, and Operators
- Exploring Classes, Methods, Functions, Namespaces, and Scopes
- Exploring Data Storage Options
- Exploring Python Modules and Packages
- Gathering and Validating User Input
- Analyzing Exceptions and Error Management
- Examining Debugging Methods