Data store and easy access data structures
I was looking for data structure which can store data in key and value pair, it would be even better if I can access it using "." or dot notation for easy an...
I was looking for data structure which can store data in key and value pair, it would be even better if I can access it using "." or dot notation for easy an...
On and off I had a need to verify if given string is valid IP or not.
While working on Python program to connect to multiple lab devices and capture data, I faced the issue (due to bug in my program) where router was rejecting ...
Documenting the learning on itemgetter and itertools module for network stats analysis.
With so many tools available, I decided to try out the Ansible to see how it works and what can I do with it so documenting few things that I tried with it.