[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Strings and Character Data in Python – Real Python

Real Python

In this course, you’ll learn about working with strings, which are objects that contain sequences of character data. Processing character data is integral to programming. It is a rare application that doesn’t need to manipulate strings to at least some extent.

Python provides a rich set of operators, functions, and methods for working with strings. When you’re finished this course, you’ll know how to:

You’ll also be introduced to two other Python objects used to represent raw byte data: the bytes and bytearray types.

What’s Included:

Downloadable Resources:

Related Learning Paths: