Packet Coders
packetcoders.bsky.social
Packet Coders
@packetcoders.bsky.social
120 followers 1 following 140 posts
Posts Media Videos Starter Packs
🚀 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
pyATS 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
pyATS 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
🚀 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
pyATS 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
📢 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
Wingpy - a Python library for working with Cisco products and APIs, including APIC, Catalyst Center, FMC, Meraki, and more. wingpy.automation.wingmen.dk
📢 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
ICYMI - ⚡Check out our previous post, where we benchmark the latest JSONata Python library to see how it performs! 👉 buff.ly/3Xg60bI #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
Python Tip: Use product from itertools to flatten your nested for loops.

Here is an example 👇

#networkautomation