Here are the ten ways to convert a string to a list in Python: Using split() Using list() Using strip() and split() Using string slicing Using re.findall() method Using list comprehension Using enumerate() function Using json.loads() Using ast.literal() Using the filter() with lambda function Method 1: Using split() The split()