top of page
Articles
Tech insights from industry IT experts


Swedish Consulting company, SDNit, simplifies the delivery of Multi-Tenant solutions with Cisco DNA
SDNit has developed a method for automated deployment of templates and Cisco's Zero Touch Provisioning (ZTP).
Jul 6, 20232 min read
104 views


Wtf Python
Python can be weird. Let’s explore some strange examples. Example 1 - 8 bit issue? >>> a = 256 >>> b = 256 >>> a is b True >>> a = 257...
Nov 3, 20211 min read
52 views


The Python requests library
If you want to be a network engineer with programmability skills you need to be comfortable working with APIs. APIs make automation...
Aug 26, 20216 min read
35 views
bottom of page