Python – Working with Dates

A date in Python is not a data type of its own, but a module called datetime can be imported to work with dates as date objects.