Learn AI, Data Science & Business — Earn Certificates That Get You Hired
Pass the PMP® Exam on Your First Try — Expert-Led Training
Overview
AI, Data Science & Cloud Certificates from Google, IBM & Meta — 40% Off
One plan covers every Professional Certificate on Coursera. 40% off Coursera Plus Annual.
Unlock All Certificates
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