Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7983889
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T11:05:58+00:00 2026-06-04T11:05:58+00:00

I have a dictionary of objects where the key is a simple string, and

  • 0

I have a dictionary of objects where the key is a simple string, and the value is a data object with a few attributes. I’d like to sort my dictionary based on an attribute in the values of the dictionary. i have used this to sort based on the dictionaries values

sorted = dict.values()
sorted.sort(key = operator.attrgetter('total'), reverse=True)

This yields a sorted list of values (which is expected) and I lose my original keys from the dictionary (naturally). I would like to sort both the keys and values together… how can I achieve this? Any help would be greatly appreciated?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T11:05:59+00:00Added an answer on June 4, 2026 at 11:05 am

    Use .items() (or its iterator version iteritems) instead of .values() to get a list of (key, value) tuples.

    items = sorted(dct.iteritems(), key=lambda x: x[1].total, reverse=True)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have such dictionary Dictionary<string, object> , dictionary holds string keys and objects as
I have a simple Dictionary(of String, Object) that I need to iterate through and
I have a key/value pairs mapped by hash (ID) in Dictionary<string, Dictionary<string, string>> called
I have a Dictionary object that is formed using a double as its key.
I have a dictionary object which i would like to encrypt, then put it
I have a situation in code where a Dictionary<string, string> seemed like the best
I have a simple interface with methods such as bool TryGetValue(string key, out string
I have a datatable that contains simple Key Value pair how do I return
Say you have a Dictionary < string,object > . It might contain decimals, strings
I have a dictionary of objects; they are all POCO objects that should be

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.