#LetslearnPython
#sort python list
#Python advanced sorting
#Python sort key
In this video we will discuss some of the more advanced features of sorting in Python.
You can reverse sort in Python using argument "reverse".
Python also allows sorting by lambda function, by utilizing it's key function.
We will also learn about sorting by multiple attributes in Python, which is something I just recently learned about.
You can find the notebook here in my Python stuff repository:
https://github.com/moondra2017/Python...