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.
Invokes the provided function after ms
milliseconds.
Python, Function · Nov 2, 2020
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
Clamps num
within the inclusive range specified by the boundary values.
Python, Math · Nov 2, 2020