1. A debug-printing library that prints out different things for different types of objects. For example debugprint(foo) would return the type, the var itself, the length (if a container) etc
  2. timedata - A library which can be used to get the various time “names” for different regions. For example, timedata.get_days(short=True) would return a generator which yields “Mon”, “Tues”, “Wed”, …