Skip to content
LinuxOak
  • Home
  • Network
  • Linux
  • Python
  • AI Ops
  • Security
  • About
  • Toggle website search
Menu Close
  • Home
  • Network
  • Linux
  • Python
  • AI Ops
  • Security
  • About
  • Toggle website search
  • Home
  • Network
  • Linux
  • Python
  • AI Ops
  • Security
  • About

Yearly Archives: 2026

  1. Home>
  2. 2026>
  3. Page 2
Network / Python

Functions and Modules — Building Reusable Network Helpers

Day 6 of the Python for Network Engineers series. Define functions, use *args/**kwargs the way Netmiko expects, write your first reusable module, and learn the __name__ == '__main__' guard.

Comments Off on Functions and Modules — Building Reusable Network Helpers
May 9, 2026
Network / Python

Control Flow: Looping Through Interfaces and Devices

Day 5 of the Python for Network Engineers series. if/elif/else, for, while, break, continue, plus enumerate/zip/range — wired against a real device inventory.

Comments Off on Control Flow: Looping Through Interfaces and Devices
May 8, 2026
Network / Python

Lists, Tuples, Dicts, Sets — Modeling Devices and Inventories

Day 4 of the Python for Network Engineers series. The four built-in containers — list, tuple, dict, set — and which one to reach for when modeling devices, inventories, VLAN lists, and config drift.

Comments Off on Lists, Tuples, Dicts, Sets — Modeling Devices and Inventories
May 7, 2026
Network / Python

Strings, f-strings & Slicing: Parsing IPs, MACs, and Banner Output

Day 3 of the Python for Network Engineers series. Indexing, slicing, split/strip/replace/join, and f-string formatting — the small set of built-in string operations that handles most CLI-output parsing.

Comments Off on Strings, f-strings & Slicing: Parsing IPs, MACs, and Banner Output
May 6, 2026
Network / Python

Python Syntax Crash Course for People Who Already Know IOS

Day 2 of the Python for Network Engineers series. Variables, types, indentation, the colon, truthiness, and the handful of syntactic rules that account for 90 percent of beginner mistakes.

Comments Off on Python Syntax Crash Course for People Who Already Know IOS
May 5, 2026
Network / Python

Why Python for Network Engineers — and How to Set Up Your Lab

Day 1 of a 21-post daily series. Why Python beats Bash and Tcl for network work, how to install it cleanly with a virtualenv, choose an editor, and pick a lab you can break.

Comments Off on Why Python for Network Engineers — and How to Set Up Your Lab
May 4, 2026
  • Go to the previous page
  • 1
  • 2
  • NAPALM: One API for Cisco, Arista, and Juniper
    In Network, Python
    June 4, 2026
  • Multi-Vendor SSH with Netmiko: send_command and send_config_set
    In Network, Python
    June 3, 2026
  • SSH Automation with Paramiko: Your First Hello, Router in Python
    In Network, Python
    June 2, 2026
  • Socket Programming Basics: A Tiny TCP Port Reachability Checker in Python
    In Network, Python
    June 1, 2026
  • subprocess: Wrapping ping, traceroute, and nslookup in Python
    In Network, Python
    May 31, 2026
LinuxOak © 2024