[Python Introduction 08] Strings: From “Storing Text” to “Precise Slicing”, This Article Covers Basic Operations Thoroughly
When developing in Python, we deal with “text” every day—user input nicknames, fields returned by APIs, error messages in logs… These text data are stored and manipulated in Python using strings (str). Many beginners think that “strings are simple, just writing some text”, but actually, “how to precisely find a character” and “how to extract … Read more