Python standard library: Reversing and sorting lists (list.reverse and list.sort)

Published: 04 July 2019
on channel: Python and Pandas with Reuven Lerner
418
16

You can reverse a list with list.reverse, and sort a list with list.sort...but are these the best ways to do it? In this video, I show you not only how to use these methods, but how not to use them, with some pitfalls — and solutions.

In addition to these videos, I have an active blog and free, weekly "Better developers" mailing list; see more at https://lerner.co.il/ .

Subscribe to this channel, as I try to go through all of the Python standard library!