Python Tutorial: Slicing Lists and Strings

Corey Schafer
Youtube
Related Topic
:- Python

In this video we will look at how to slice lists and strings in Python. Slicing allows us to extract certain elements from these lists and strings. This can be extremely useful for stripping out certain values from lists or getting a substring of a characters from a string.

Comments