How to change case in Python Administrator July 3, 2014 1 Comment To change case in Python you can use the following methods. lower() swapcase() capitalize() title() upper()