Tag: Python
-
Python: URL Construction: Mapping Magic vs. If/Else Statements
We explore two approaches to URL construction: “Mapping” and the logical “If/Else Statements.”
-
What is __name__ and __main__ in python?
As a Python enthusiast, you’re likely digging into others’ code, seeking to learn and understand more. This self-driven exploration is indeed a fantastic way to enhance your skills. However, it’s natural to come across a few puzzling aspects, like __main__ or __name__, leaving you a bit befuddled. These are powerful constructs within Python that control…
-
NANOG87: Network Automation Show Down
A couple of months ago, Cat Gurinsky sent a general message in Linkedin asking for people to participate in a network automation panel during NANOG87 in Atlanta (2023, Feb 13-15). coincidentally, I was thinking over those days, what sort of presentation I could submit. Thinking in something that could be a good contribution to the…