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.
Capitalizes the first letter of every word in a string.
Python, String · Nov 2, 2020
Generates a string with the given string value repeated n
number of times.
Python, String · Nov 2, 2020
Calculates the number of ways to choose k
items from n
items without repetition and without order.
Python, Math · Nov 2, 2020