How to Sort List of Dictionaries by Value in Python June 6, 2022June 6, 2022 Sreeram Sreenivasan Leave a comment Python Sometimes you may need to sort of list dictionaries by values in Python. Here are the steps to do so. Continue reading