Python String Formatting Tutorial

I came across this great tutorial on string formatting in Python. This is something that every developer needs to do. The tutorial at realpython.com did a great job of outlining the multiple options a Python developer has.

https://realpython.com/python-string-formatting/