Dates and datetimes

Working with calendar values as plain text breaks the moment you try to sort or compare them. Python ships a datetime module so dates behave like real dates. This lesson covers the date and datetime classes, their attributes, and how to grab the current moment.