When I joined the UX Design course offered by General Assembly, I did not know what to expect. There was a time table provided and on day one, the instructors clearly explained our learning goals and the process to get there. This was new to me, coming from a network servicing environment where the process … Continue reading Learning UX Design with General Assembly
Python for Network Engineers: String Manipulation
Hello friends, and welcome to another update of my blog series: Python for Network Engineers. Today, we will be learning about String Manipulation in Python. This is an important topic for every aspiring network programmer as majority of the time spent in programming for networks with Python, is handling and manipulating String outputs. Assigning values … Continue reading Python for Network Engineers: String Manipulation