Many programmers, no matter their specialty, cope with textual content on a
day by day foundation. For instance, net builders work with textual content enter from
net kinds. Information scientists course of textual content to extract knowledge and carry out
duties like sentiment evaluation, which may help determine and classify
opinions in a physique of textual content.
Collections of textual content in Python are referred to as strings. Particular features
referred to as string strategies are used to control strings. There are
string strategies for altering a string from lowercase to uppercase,
eradicating whitespace from the start or finish of a string, changing
elements of a string with completely different textual content, and far more.
On this video course, you’ll discover ways to:
- Manipulate strings with string strategies
- Work with person enter
- Take care of strings of numbers
- Format strings for printing
This video course is a part of the Python Fundamentals collection, which accompanies Python Basics: A Practical Introduction to Python 3. It’s also possible to take a look at the opposite Python Basics courses.
Observe that you simply’ll be utilizing IDLE to interact with Python all through this course.