Popular recipes by Josh Price http://code.activestate.com/recipes/users/4112634/2007-12-31T09:28:48-08:00ActiveState Code RecipesDoomsday Algorithm (Python)
2007-12-31T09:28:48-08:00Josh Pricehttp://code.activestate.com/recipes/users/4112634/http://code.activestate.com/recipes/541094-doomsday-algorithm/
<p style="color: grey">
Python
recipe 541094
by <a href="/recipes/users/4112634/">Josh Price</a>
(<a href="/recipes/tags/programs/">programs</a>).
</p>
<p>This is a Python progam that lets you practice determining the day of week for any date. This program assumes that you know how to use the Doomsday Algorithm.</p>