Useful String Methods in Python

Learn about some of Python’s built-in methods that can be used on strings

Parul Pandey
Towards Data Science
5 min readAug 12, 2019

--

original Image: Terri Bleeker on Unsplash

A string is a sequence of characters. The built-in string class in Python represents strings based upon the Unicode international character set. Strings implement the common sequence of operations available in Python along with some of the additional methods which are exclusive to them…

--

--

Principal Data Scientist @H2O.ai | Author of Machine Learning for High-Risk Applications