Login and get codingIn this bite, we are going to explore the
datetime
module in Python. Inside ofdatetime
is a class calleddate
. We will talk about classes in Python in later bites, but for now, just think of thedatetime.date
class as a special type of object for dealing with dates. Thedatetime
module is essential for working with dates (and times) and can help you do cool things such as determining the day of the week you were born.