tutorial.eyehunts.com
Python sum list of dictionary values | Example code
Use sum() and values() functions to sum list of dictionary values dictionary in Python. But before that, you have to combine all same keys
Rohit