Working with strings, which are objects that hold sequences of character data, is one of the topics that will be covered in this training course. Programming relies heavily on being able to process character data. It is unusual to find an application that does not need string manipulation of some kind, even if just to a limited level.
When it comes to dealing with strings, Python offers a comprehensive collection of operators, functions, and methods. You will have the ability to do so after you have completed this course.
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 will also get familiar with the bytes and bytearray types, which are two more Python objects that may be used to represent raw byte data. Participate in the Quiz: Put your expertise to the test by participating in our engaging “Python Strings and Character Data” quiz. Take the Quiz ยป At the end of the test, you will be given a score so that you can monitor how well your knowledge has retained over time.