week number of the year python datetime code example
Example: pyhton find dates in weeks
>>> import datetime
>>> datetime.date(2010, 6, 16).isocalendar()[1]
24
>>> import datetime
>>> datetime.date(2010, 6, 16).isocalendar()[1]
24