Overview
Google, IBM & Meta Certificates — All 10,000+ Courses at 40% Off
One annual plan covers every course and certificate on Coursera. 40% off for a limited time.
Get Full Access
Learn advanced string manipulation techniques in Python through this 14-minute tutorial that covers essential text processing skills. Master string concatenation using the + operator and discover how placing string literals side by side creates automatic joining. Explore string indexing to access individual characters using both positive and negative indices, allowing you to retrieve characters from either the beginning or end of strings. Understand string slicing with [start:end] syntax to extract substrings, learning why Python includes the start index but excludes the end index. Grasp the concept of string immutability and why strings cannot be changed in place, along with techniques for creating new strings by combining existing ones. Utilize the len() function to count characters and create clean, readable multiline strings using triple quotes or parentheses. Build a strong foundation in Python string manipulation through practical examples and clear explanations suitable for beginners and those looking to sharpen their text processing skills.
Syllabus
#7 More on String in Python
Taught by
Telusko