IPYNE (Intermediate Python for Network Engineers)
Boost your network engineering skills with Python automation. Learn APIs, Flask, and CI/CD for smarter networks.
Duration
5 days
Version
1.0
CE Credits
29
The Cisco Continuing Education Program enables you to renew your certifications while exploring new learning paths and enhancing your skillset. It's a convenient way to stay certified without retaking exams. Click here to learn more.
CLCs
44
Cisco Learning Credits (CLCs) are prepaid training vouchers that can be used as investment into your knowledge. You can attend NIL Learning’s trainings and pay with CLCs. Click here to learn more.
By default, our instructors deliver the courses remotely in real time in English. On-premise delivery and other languages available on request.

Dates and Prices
Date | Language | Location | Price Select currency |
|
---|---|---|---|---|
10.11.2025 - 14.11.2025 |
English |
Online, GMT+1 |
2780 € 2810 $ 2420 £ or 44 CLC |
Book now |
All prices exclude VAT. |
All prices exclude VAT.
Cisco Learning Credits (CLCs) are prepaid training vouchers that can be used as investment into your knowledge. You can attend NIL Learning’s trainings and pay with CLCs. Click to learn more.
Course Overview
The Intermediate Python for Network Engineers (IPYNE) training introduces the fundamental concepts of network programmability and automation using Python. It is designed for network engineers new to programming or professionals looking to enhance their automation skills through Python and Cisco APIs. The training focuses on practical use cases, such as automating device configurations, managing network inventories, and integrating with Cisco products like IOS XE, Meraki, and ThousandEyes for API automation. You will also learn the basics of creating reusable programs using object-oriented programming, building web interfaces with Flask, and interacting with large language models for advanced network automation. Upon completion, you will be able to write Python scripts, interact with network devices via APIs, and design automation workflows to streamline network management tasks. This training also earns 29 Continuing Education (CE) credits toward recertification.
How You’ll Benefit:
- Gain hands-on experience using Python to automate, configure, and monitor network devices, increasing efficiency and reducing manual errors
- Develop practical skills in leveraging modern tools and libraries—such as Netmiko, PyATS, and REST APIs—for scalable and reliable network automation
- Learn to build and deploy reusable automation solutions, including scripts, web interfaces, and API wrappers, to streamline network operations
- Acquire foundational knowledge in integrating advanced technologies like CI/CD, telemetry, and large language models (LLMs) to enhance and future-proof network management
- Earn 29 CE credits toward recertification
Welcome to Your Path to Mastery!
Hey! Ready to learn and grow? I'm here to help you every step of the way!
Welcome aboard! This course is tailored to empower you with the knowledge and skills you need. We'll make learning engaging and fun, turning your challenges into achievements. Let's get started on your amazing journey!
Gregor Šemrl
Lead Instructor

Objectives
Gain expert IT skills with NIL Learning: Benefit from our blend of theory and practical experience. Enhance your growth with insights into current and future tech trends. Choose us for cutting-edge Cisco training and more, taught by field-proven experts to maximize your training investment.
- Describe Python’s versatility and suitability for network programmability and automation
- Explain why network programmability is needed and how it enables modern network automation
- Describe programmatic interaction with network devices and the benefits of network automation for scaling from traditional to programmable networks
- Identify practical examples and existing Python tools for network automation
- Write and run basic Python scripts, demonstrating foundational syntax, elements (variables, data types, operators), and logic (decisions and loops)
- Introduce standard and third-party libraries, the import statement, and using the Python interpreter
- Demonstrate hands-on interaction with Python, including accepting input and performing basic network tasks (e.g., connectivity checks)
- Emphasize code styles, readability, and development environment setup, including Python installation, VS Code, virtual environments, Docker, and Git
- Implement Python tools for automating device inventory, including data storage with variables, grouping devices with lists and dictionaries, iterating and filtering device data, and file operations (load/save)
- Organize code with functions and develop scripts for inventory management
- Use external libraries (e.g., Netmiko) for SSH connections and scaling network configurations with Python and templates
- Parse and analyze device output, handle exceptions, and build CLI applications for device management
- Implement tools for testing and validating device state using PyATS and Genie, including retrieving and verifying configuration data
- Demonstrate Python context managers, parsing outputs, performing compliance validation, and running scripts on Cisco IOS-XE devices (Guest Shell)
- Create tools for backing up device configs, automating backup storage with Git, comparing configs, and periodic backups with logging
- Use PyATS for configuration comparison and automate backup processes
- Describe HTTP REST API fundamentals, interactive documentation, and creating API requests in Python
- Parse JSON data, automate interactions with APIs (e.g., Cisco Meraki Dashboard, ThousandEyes), and manage authentication securely
- Demonstrate creating, configuring, and analyzing network tests and monitoring data with API scripts
- Explain the importance of debugging, logging, unit testing, and integrating scripts with CI/CD pipelines
- Handle API errors, implement rate limiting/retries, and introduce telemetry collection with OpenTelemetry
Who should enroll?
- Network Engineers with little or no programming or Python experience
- Network Administrators
- Network Managers
- Systems Engineers
Course benefits:
Get expert knowledge
Our learning programs are designed and led by expert IT engineers, consultants and instructors. We constantly implement participants’ feedback to improve our courses.
Our experiences build your competencies
With 30+ years of experience, we’ve been on the market as long as Cisco. Our understanding of IT systems and industry job demands gives us the insight to guide you towards becoming a world-class expert yourself.
Rise above the industry average
Cisco courses are intended not only for you to pass the certification exam, but to develop your skills and rise above the industry average. Our instructors provide you with guidance and references that allow you to grow into a confident and competent professional.
Retain the knowledge longer
In-depth, non-interrupted learning program ensures you know the bigger picture and retain the knowledge long term. It also reduces the risk of information loss and confusion.
Learn from the best in Cisco technologies
Our IT consultants-turned-instructors have years of experience and dedicated time to Their hands-on project involvement brings practical expertise to our learning programs.
Have peace of mind
We deliver on our promise and on schedule. Rest assure our instructors will give you the knowledge, information, hints and practical experiences around the specific topics. Based on global survey, conducted by Cisco, NIL Learning instructors enjoy an average score 4.78 out of 5.
Be ahead of the curve
As Cisco Platinum Learning Partner and technical community member, we’re the ones who create learning content for major technological vendors. NIL Learning is among the first to offer you high-quality learning and training courses Cisco Technologies.
Get more from a training
Our instructors deliver the courses with practical and useful examples from real-life situations. All NIL Learning instructors are field-proven experts – each both an active engineer and instructor.
Courses delivered by experts for experts in the making.
Among the first to offer training on newly arrived Cisco technologies
Part of Conscia, leading European IT solutions and services provider
A tech powerhouse with 30+ years of training & field experience
Industry-acclaimed, broadly expertised, and technically proficient
Connecting you with future trusted industry advisors
Course Outline
- Python Programming for Network Engineers
- Write Your First Python Scripts
- Python Development Environment Setup
- Device Inventory Automation
- Scale Configuration of Network Devices
- Network Monitoring and Validation
- Device Configuration Backup Automation
- HTTP API Fundamentals
- Cisco ThousandEyes Network Insights with HTTP API Automation
- Cisco ThousandEyes Network Insights with HTTP API Automation
- HTTP API Automation Wrapper
- Build a Web Interface for Network Automation
- Large Language Models for Network Automation
Lab Outline
- Interact with Python Using the Interpreter
- Run Your First Script
- Install Python and Setup Developer Environment
- Create a Device Inventory Tool
- Create a Network Device Configuration Tool
- Monitor and Validate Device Configurations
- Create a Backup Tool for Network Configurations
- Retrieve Data from Cisco Meraki Dashboard API
- Create and Monitor ThousandEyes Network Tests
- Write Unit Tests for Network Automation Scripts
- Harden Automation Scripts with Logging and Error Handling
- Build a Reusable Cisco ThousandEyes API Automation Wrapper
- Build a Web Interface for Network Device Management
- Build a Web Interface for Network Automation
- Build a Network Automation Tool with Ollama
Prerequisite Knowledge
There are no prerequisites for this training. However, the knowledge and skills you are recommended to have before attending this training are:
- Familiarity and basic understanding of core networking concepts
- Familiarity with Cisco IOS-XE software or other Cisco network device configuration and operation skills
- Cisco CCNA certification or equivalent knowledge
These skills can be found in the following Cisco Learning Offerings:
Why NIL?
Global Leading Provider of Cisco Courses
30+ years of experience
Since 1992, NIL has been at the forefront of advanced contributors to strategic partner Cisco technologies, learning curriculum and value-added solutions deployed to clients around the globe.
Learn more about us