- Course Preparation
-
How to Use Anaconda Notebooks 00:01:02
-
Setup Instructions
- Strings
-
Strings: String Basics, print, and Variables 00:05:07
-
Strings: Interpolation and string methods 00:07:10
-
Strings: in operator + Challenge 00:05:15
Introduction to Python Programming: Strings
Learn to read, write, and solve real-life problems with Python.
A string in Python is a data structure representing a sequence of characters and is an essential data type for working with textual information, enabling tasks like text manipulation, data parsing, and string pattern matching. This course will go over string basics, including the print ( ) function, variables, and interpolation.
This course is part of the ten-course series in the Introduction to Python Programming learning path.