The Python Oracle

How to sort with lambda in Python

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: A Thousand Exotic Places Looping v001

--

Chapters
00:00 Question
00:42 Accepted answer (Score 506)
01:10 Answer 2 (Score 67)
01:26 Answer 3 (Score 11)
03:04 Answer 4 (Score 7)
03:18 Thank you

--

Full question
https://stackoverflow.com/questions/3766...

Answer 2 links:
[lambda functions]: https://stackoverflow.com/q/16501/567532...
[documentation]: https://docs.python.org/3/howto/sorting....
[list.sort()]: https://docs.python.org/3/library/stdtyp...
[sorted()]: https://docs.python.org/3/library/functi...
[Real Python]: https://realpython.com/python-lambda/

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #sorting #functionalprogramming #anonymousfunction

#avk47