awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesSorting Key Functions

User-defined functions used to extract comparison keys for determining sort order.

Distinct from User-Defined Functions: Distinct from User-Defined Functions: specifically refers to key extraction for sorting rather than general query logic.

Explore 2 awesome GitHub repositories matching data & databases · Sorting Key Functions. Refine with filters or upvote what's useful.

Awesome Sorting Key Functions GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • chalarangelo/30-seconds-of-pythonAvatar Chalarangelo

    Chalarangelo/30-seconds-of-python

    8,826Vezi pe GitHub↗

    30 Seconds of Python is a curated collection of short, reusable Python code snippets designed for quick reference and immediate reuse. It provides an interactive browser that lets you explore snippets organized by tags, search across names and descriptions, and copy code to your clipboard with a single click. The collection covers a broad range of common programming tasks, including list and dictionary operations, string formatting and manipulation, date and time calculations, and color format conversion. It also includes utilities for data transformation, such as converting between case styl

    Provides a snippet to sort a list of dictionaries by multiple keys using a tuple.

    Pythoneducationlearn-to-codelearning-resources
    Vezi pe GitHub↗8,826
  • grantjenks/python-sortedcontainersAvatar grantjenks

    grantjenks/python-sortedcontainers

    3,961Vezi pe GitHub↗

    This is a Python library providing sorted list, set, and dictionary data structures that maintain their order automatically during insertions and deletions. The library provides a sorted list for fast random access and logarithmic lookups, a sorted set for unique elements and set-theoretic operations, and a sorted dictionary for managing key-value pairs where keys remain sorted. These collections support custom sorting logic through user-defined key functions to determine the order of elements. Core capabilities include positional indexing, range queries, and the use of bisection methods to

    Supports custom sorting logic through user-defined key functions to determine element order.

    Pythondata-typesdictlist
    Vezi pe GitHub↗3,961
  1. Home
  2. Data & Databases
  3. User-Defined Functions
  4. Sorting Key Functions

Explorează sub-etichetele

  • Multi-Key SortingSorting a list of dictionaries by multiple keys using a tuple of key names. **Distinct from Sorting Key Functions:** Distinct from Sorting Key Functions: focuses on sorting by multiple dictionary keys simultaneously, not single key extraction.