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

    Youtube video about the above issue .

  • Deep dives into striNg data types – part 2

    For this particular post, I’ll be exploring the following string manipulations methods. The code describes the various purpose of each string methods. capitalize() title() upper() swapcase() Output upon running the scripts are shown below: ############### END ##########################

  • 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…