Python string party
For quite a while now there has been a better way to handle strings in Python. But for some reason it isn't used as much as I believe it should be. Suppose you have the following variables: name = "andy" age = 42 likes = "Python" and