The Python snippet collection contains helper functions for Python 3.6. It includes utilities for most common data types, such as primitivies, lists, dictionaries and date objects.
Checks if there are duplicate values in a flat list.
Python, List · Nov 2, 2020
Returns all the elements of a list except the last one.
Python, List · Nov 2, 2020
Checks if the elements of the first list are contained in the second one regardless of order.
Python, List · Jan 7, 2021