Sharing notes from my ongoing learning journey — what I build, break and understand along the way.

Learning Python – Post 5: Converting Between Numbers and Strings
Learning Python – Post 5: Converting Between Numbers and Strings One of the first things I wanted to get comfortable with in Python was how to convert between numbers and strings — especially when dealing with user input or formatting…