Provides a convenient and efficient way to count the occurrences of items (hashable and unhashable) in a list
-
Updated
Jul 2, 2023 - Python
Provides a convenient and efficient way to count the occurrences of items (hashable and unhashable) in a list
A set that handles all kinds of objects (hashable or not) and preserves the order of the elements
provides a simple and efficient way to remove duplicates from an iterable (even with unhashable elements, optional order preservation)
Add a description, image, and links to the hashable topic page so that developers can more easily learn about it.
To associate your repository with the hashable topic, visit your repo's landing page and select "manage topics."