Confused by Python's "split" and "strip" string methods?

Published: 28 January 2021
on channel: Python and Pandas with Reuven Lerner
10,620
354

People often confuse the "strip" and "split" string methods. They do different things, but are similar enough (in name and functionality) that I find people often get them mixed up. In this video, I show you how they are different, and how to remember which one you want to use.