• Troubleshooting SSH access from Ubuntu Devops Machine to a Cisco device

    Youtube video about the above issue .

  • Deep Dives into String data Types – part 1

    For this particular post, I will be exploring String data types. At a high level, will go into how string is entered and created in python. I am using VSCode as my IDE. I’ll be commenting what each particular code will do to make it for easier reference. All my code executions is run within…

  • Python Cheatsheets – Data types

    Below is the various type of python data types. Brief descriptions for each data types: Sequence: Ordered collections of similar or completely different data types. Three type of sequence: a. String – any sequence of characters enclosed within a single quotes, double quotes or triple quotes. b. List – any objects groupings stored in a…