Python: Thousands Separator in Formatted Strings April 5, 2017 less than 1 minute read Just add ‘:,’ to the format specifier
Python: Find the most common elements in an iterable April 5, 2017 less than 1 minute read Using the collections module