python get today of the week
from datetime import date
today = date.today()
weekday = today.strftime("%A").lower()
'app > python' 카테고리의 다른 글
JetBrains edit font size control (0) | 2014.10.23 |
---|---|
python dict in list sort to dict value (0) | 2014.10.17 |
python regex special symbol identification example (0) | 2014.10.13 |
python warning pep8 closing bracket does not match visual indentation (0) | 2014.09.16 |
no module named setuptools (0) | 2014.09.12 |