Strings

String Operations in Python

This tutorial gives an introduction to string operations in Python: Starting with joining strings, determining the length and using the index operator to access individual characters, we also show how to iterate over strings, searching and comparing strings and briefly explain the standard methods for strings in Python.