Python string operations: Indexing and Slicing

In Python, a string is basically an ordered sequence of characters to store text-based information. String data type in python supports lot of methods to process/manipulate the data.

In this article today, we will discuss about some of the basic operations which are supported by python string data type which are very useful to use and comes in handy while programming.

Before moving please have a look into Python String basics.

(more…)
Python string operations: Indexing and Slicing Read More