Get date from ISO week number in Python [duplicate] April 23, 2023 by Tarik With the isoweek module you can do it with: from isoweek import Week d = Week(2011, 40).monday()