demo_datetime_strftime_w.py:
x = datetime.datetime.now() print(x.strftime("%w"))
➜ begtut>python demo_datetime_strftime_w.py