this is the th day of this year code example
Example: today's day of the year
from datetime import datetime
day_of_year = datetime.now().timetuple().tm_yday
from datetime import datetime
day_of_year = datetime.now().timetuple().tm_yday