Python Friday #5: Strings

This week I was fixing a bug in a small C# method and wondered how I could do the same string manipulations in Python. Strings seem so simple, but there are many exciting details that are easy to overlook. Therefore, this post dives into strings and how we can manipulate them. This post is part …

Read more