Sort a nested Python list based on multiple elements | Python Tutorial

preview_player
Показать описание
In this tutorial, I will be covering how to sort a nested Python list based on multiple elements.

For this exercise, we will have a list object with two keys be used when we need to sort a list with two constraints one in ascending order and the other one will be in descending order.

Buy Me a Coffee? Your support is much appreciated!
----------------------------------------------------------------------------------------------------------------
Venmo: @Jie-Jenn

Support my channel so I can continue making free contents
---------------------------------------------------------------------------------------------------------------

#Python #Tutorial #Sorting
Рекомендации по теме
Комментарии
Автор

it would be great if you can add subtitles to your video. The accent is making it a bit difficult to understand. Nonetheless, thanks for your video, sorted my problem. :)

venkatjayadeepj
Автор

it would also be great if you could show this without using lambda as a key value. Most python courses do not cover lambda, panda, or numpy for beginning programmers. Lamda is almost like cheating in class.

steelhorse