Hint: You can adjust the default video playback speed in your account settings.
Sorry! Looks like there’s an issue with video playback 🙁This might be due to a temporary outage or because of a configuration issue with your browser. Please see our video player troubleshooting guide to resolve the issue.

Strings and Character Data in Python: Overview

Give Feedback

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:

  • Use operators with strings
  • Access and extract portions of strings
  • Use built-in Python functions with characters and strings
  • Use methods to manipulate and modify string data

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

Download

Course Slides (PDF)

746.1 KB

Comments & Discussion

jgbalbuena on Jan. 5, 2020

Hi, the audio sounds very bad, could you fix it?

Chris Bailey RP Team on Jan. 7, 2020

Hi @jgbalbuena, Is it only the audio for this lesson, or do you hear bad sound on other Real Python lessons? I have tested the current video lesson file and it seems to sound clear. Is there something specific that needs to be fixed?

munish259272 on Jan. 22, 2020

I just started, it’s clear to me.

tanda on May 17, 2020

What editor or IDE are you using. I like the blue outlined help panels.

Chris Bailey RP Team on May 18, 2020

Hi @tanda,

I’m using the REPL replacement tool BPython. And I have details about it and links for more information at the bottom of the next lesson, in the text bellow the video.

tanda on May 18, 2020

Thanks!

Become a Member to join the conversation.