Newbie Bite 35. Working With Dates
Login and get codingIn this bite, we are going to explore the
datetimemodule in Python. Inside ofdatetimeis a class calleddate. We will talk about classes in Python in later bites, but for now, just think of thedatetime.dateclass as a special type of object for dealing with dates. Thedatetimemodule 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.