Search notes:
Python standard library: calendar
calendar
provides functions that allow to output
calendars
like the unix shell
cal
command. This module is attributed as
quick hack
in
PEP
594.
$ python3 -m calendar
See also
cal.py
standard library
Index