Sorting Lists

from blog Sebastian Witowski, | ↗ original
What's the fastest way to sort a list? When can you use sort() and when you need to use sorted() instead?