Introduction to Strings
Understand the fundamentals of Python strings, their underlying Unicode representation, and how to manipulate and encode them. Learn about string formatting, regular expressions, file path management with pathlib, and data serialization methods like Pickle and JSON to handle persistent object storage.
Overview
Before we get involved with higher-level design patterns, let’s take a deep dive into one of Python’s most common objects: the string. We’ll see that there is a lot ...