Python String - Common Operators and Methods
18:05 min total
In this video, I will go over the string data structure in python. The following concepts will be covered:
- String initialization
- Different types of strings
- String operations and formatting
- String comparison
- Common string methods
Do you know strings in Python are just arrays of bytes representing Unicode characters?