The datetime module provides the date.isocalendar method, which, given the date, returns it in the format ([year], [week], [weekday]) . How do I go back? Given a tuple ([year], [week], [weekday]) , how can I get a date object?
Ram rachum
source share