Git Tip: `git diff` lets you compare changes between commits, branches, or specific files. It also offers options for summaries and detailed file changes.
Here are a few examples:
#networkautomation
@packetcoders.bsky.social
Git Tip: `git diff` lets you compare changes between commits, branches, or specific files. It also offers options for summaries and detailed file changes.
Here are a few examples:
#networkautomation
β¨ [ICYMI] Check out our previous post: An Introduction to the Netpicker Network Automation Platform - where we cover the core components of Netpicker, its key features, NetBox integration, and how it simplifies network automation. www.packetcoders.io/an-introduct...
#networkautomation
π New Tech Session: Building a GraphQL API
Youβll learn:
β
What is GraphQL
β
GraphQL use cases in network automation
β
Graphene vs Strawberry
β
Strawberry 101
β
Queries, mutations, async & FastAPI integration
β nebula.packetcoders.io/recording
π New Course: Terraform Fundamentals for Network Engineers by Chase Woodard.
Learn Terraform step by step: IaC concepts, providers, variables, state mgmt, and more!
π 40 Lessons
π 4h 58min
π― Beginner-Friendly
π nebula.packetcoders.io/course-detai...
π Python Tip: Improve code readability by enforcing named arguments
To enforce all arguments to be named, start your parameter list with *.
Hereβs an example:
#networkautomation
β¨ [BLOG POST] Check out our latest post: An Introduction to the Netpicker Network Automation Platform - where we cover the core components of Netpicker, its key features, NetBox integration, and how it simplifies network automation. www.packetcoders.io/an-introduct...
#networkautomation
π» Donβt be scared of Network Automation! Get 40% Off Yearly Memberships!
Learn Python, Netmiko, Nornir, YANG & more.
Use code AUTOMATE40 β packetcoders.io/membership
(Offer ends Nov 1st)
π
°οΈ Ansible Tip:
When troubleshooting #Ansible settings, use `ansible-config dump --only-changed` to show only configurations that differ from the default. It reveals the source of the change, whether it's from a config file or an environment variable.
Here's an example π
#networkautomation
π’ Landing today is our Tech Session: How to Build a GraphQL API. This is a members-only session. Looking to join? Head over to www.packetcoders.io/membership. #networkautomation
23.10.2025 07:02 β π 0 π 0 π¬ 0 π 0pyATS Tip! By default, pyATS runs several exec/config commands and logs to stdout when connecting. You can disable these using the parameters in the example below:
#networkautomation
π
°οΈ Resource Ansible Modules offer various states to manage configuration sections effectively. Use parsed to convert configurations into structured data.
Here's an example π
#networkautomation
Looking to get all the latest news, tips, and updates from in and around Network automation? Check out the Packet Coders #networkautomation newsletter - sign up now at: buff.ly/3KNjmo0
15.10.2025 08:02 β π 0 π 0 π¬ 0 π 0pyATS Tip: Use pyATS APIs like get_platform_memory_usage() to easily retrieve device performance metrics, such as memory usage, from network devices, which you can later use within your test cases.
Example below π
Thanks to Arsalan Yahyazadeh for sharing this tip!
#networkautomation
π Netpicker and NetBox Integration β With the latest release, you can now build simple Python jobs in Netpicker while using data from NetBox. netpicker.io
13.10.2025 08:30 β π 1 π 0 π¬ 0 π 0π New Tech Session: Building a Chatbot with MCP, Claude, and Netmiko
Youβll learn:
β
What MCP is
β
MCP components
β
The full host, client, and server MCP flow
β
MCP validation with MCP Inspector
β
Building an MCP server with FastMCP and Netmiko
π nebula.packetcoders.io/recording/
β° Only 48hrs left - Master Python Network Automation in 5 days!
Live, hands-on, instructor-led bootcamp covering NetBox, GraphQL, Ansible, pyATS & more.
π 40% OFF with code PROMO40
β‘ Offer ends Oct 10th
β Sign up: packetcoders.io/python-netwo...
π New Module Added: Prometheus-based TSDB Store in Modern Network Telemetry
Includes:
β
Intro to Prometheus & data model
β
Setup & ingestion
β
Graphs & alerting
β
Triggering Ansible EDA
β nebula.packetcoders.io/course-detai...
Jinja Tip: Validate and check your Jinja templates for syntax errors with j2lint. Ideal for integrating into a CI pipeline.
β github.com/aristanetwor...
Here is an example below π
#networkautomation
π’ Landing this month is our Tech Session: How to Build a GraphQL API. This is a members-only session. Learn more about joining over at: www.packetcoders.io/membership #networkautomation
06.10.2025 07:01 β π 0 π 0 π¬ 0 π 0pyATS Tip: Customize SSH directly within the pyATS testbed using ssh_options. Ideal when needing to alter the algorithms used when connecting to older devices.
Here is an example π
#networkautomation
π Master Python Network Automation in 5 days!
Live, hands-on, instructor-led bootcamp covering NetBox, GraphQL, Ansible, pyATS & more.
π 40% OFF with code PROMO40
β‘ Offer ends Oct 10th
β Sign up at: www.packetcoders.io/python-netwo...
β¨The Packet Coders #networkautomation newsletter drops soon! π Elevate your network automation game and stay ahead of the curve. Haven't subscribed yet? Sign up now at: buff.ly/3KNjmo0
29.09.2025 08:02 β π 0 π 0 π¬ 0 π 0π’ Landing tonight is our Tech Session: Building a ChatBot with MCP, Claude and Netmiko. This is a members-only session. Looking to join? Head over to www.packetcoders.io/membership. #networkautomation
24.09.2025 07:00 β π 0 π 0 π¬ 0 π 0Wingpy - a Python library for working with Cisco products and APIs, including APIC, Catalyst Center, FMC, Meraki, and more. wingpy.automation.wingmen.dk
23.09.2025 07:01 β π 0 π 0 π¬ 0 π 0π’ Landing on Wednesday this week our Tech Session: Building a ChatBot with MCP, Claude and Netmiko. This is a members-only session. Learn more about joining over at: www.packetcoders.io/membership #networkautomation
22.09.2025 18:01 β π 0 π 0 π¬ 0 π 0ICYMI - β‘Check out our previous post, where we benchmark the latest JSONata Python library to see how it performs! π buff.ly/3Xg60bI #networkautomation
22.09.2025 07:01 β π 0 π 0 π¬ 0 π 0Looking to get all the latest news, tips, and updates from in and around Network automation? Check out the Packet Coders #networkautomation newsletter - sign up now at: buff.ly/3KNjmo0
17.09.2025 08:01 β π 0 π 0 π¬ 0 π 0Python Tip: Use product from itertools to flatten your nested for loops.
Here is an example π
#networkautomation
β¨ Stay updated with all upcoming Packet Coders events! π Check out our new events page: www.packetcoders.io/events/
15.09.2025 15:20 β π 0 π 0 π¬ 0 π 0β¨ [NEW POST] Check out our latest post: TypedDict vs Pydantic: Which Should You Use? We explore the differences, benefits, and use cases of TypedDict and Pydantic in Python. www.packetcoders.io/typeddict-vs...
#networkautomation