Use strings in Python
Use one of the most common types in Python to represent text. From simple formatting to representing variables, using operating strings is a critical skill for Python developers.
Learning objectives
By the end of this module, you'll be able to:
- Use the most common string helper functions.
- Implement a variety of formatting techniques.
Prerequisites
- Basic programming knowledge, such as using and assigning variables.
- Some experience using Jupyter notebooks, including adding and modifying code.