python day name from date code example Example: python get day name import datetime now = datetime.datetime.now() print(now.strftime("%A"))