#sorting

[ follow ]
fromRealpython
23 hours ago

Sorting Dictionaries in Python: Keys, Values, and More Quiz - Real Python

This quiz helps you practice sorting dictionaries by keys, values, and custom rules in modern Python. You'll revisit how insertion order works, when to use different views, and how to rebuild sorted dictionaries. You'll also learn best practices for sorting dictionaries efficiently. For a complete overview, check out Sorting Dictionaries: Keys, Values, and More. The quiz contains 11 questions and there is no time limit. You'll get 1 point for each correct answer.
Python
Node JS
fromRaymondcamden
2 months ago

Updates to my Table Sorting Web Component

The updated <table-sort> web component now supports date sorting and custom sorting via a data-sortval attribute.
[ Load more ]