Weekday
2016-07-23, post № 134
programming, Python, #calculation, #date, #day, #month, #time, #year
Determining the weekday based on a date composed of day, month and year.
The program counts up all the days from the 1st of January 1 to the given date, divides it by 𝟩, looks at the remainder and returns the weekday.
Source code: weekday.py