Sanitizing Strings with Python - Python Part 16
Offered By: Eli the Computer Guy via YouTube
Course Description
Overview
Learn essential string manipulation techniques in Python, including case conversion with lower(), upper(), and title(), character replacement using replace(), whitespace removal with strip(), lstrip(), and rstrip(), and HTML character escaping with html.escape(). Gain practical skills to sanitize and format strings effectively in your Python projects through this comprehensive tutorial.
Syllabus
Intro
lower, upper, title
replace
strip, lstrip, rstrip
html.escape
Final Thoughts
Taught by
Eli the Computer Guy
Related Courses
Artificial Intelligence for RoboticsStanford University via Udacity Intro to Computer Science
University of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Web Development
Udacity Programming Languages
University of Virginia via Udacity