👩💻 Join our community of thousands of amazing developers!
Python has quite a nice mechanism for sorting. Here is an example to sort a list of integers. This is really easy but sorting a dictionary is a little more complicated. Here is an example. Now let’s try to sort by value. It uses lambda. This means this method could be used for different types … Continue reading "Sorting Python dictonary"...