date.toordinal() Return the proleptic Gregorian ordinal of the date, where January 1 of year 1 has ordinal 1. For any date
time.strftime(format) Return a string representing the time, controlled by an explicit format string. For a complete list of
datetime.month Between 1 and 12 inclusive.
pprint.isrecursive(object) Determine if object requires a recursive representation.
pprint.isreadable(object) Determine if the formatted representation of object is “readable,” or can be used to reconstruct
weakref.CallableProxyType The type object for proxies of callable objects.
datetime.replace([year[, month[, day[, hour[, minute[, second[, microsecond[, tzinfo]]]]]]]]) Return a datetime with the same
date.ctime() Return a string representing the date, for example date(2002, 12, 4).ctime() == 'Wed Dec 4 00:00:00 2002'
datetime.timetuple() Return a
weakref.ProxyType The type object for proxies of objects which are not callable.
Page 21 of 32