Python Programming Tutorial - 34: Date & Time functions (Part-2)

Published: 01 March 2014
on channel: The Bad Tutorials
28,164
139

In this tutorial we'll see how we can view the calender of a month, a year, check if a given year is a leap year or not and put a script to sleep using the month(), calendar(), isleap() and sleep() functions respectively of the calendar and time modules in python.