Two weeks from tonight - PySIG

Bill Sconce sconce at in-spec-inc.com
Fri Oct 13 12:08:01 EDT 2006


On Thu, 12 Oct 2006 22:36:08 -0400
Bill Sconce <sconce at in-spec-inc.com> wrote:

> That's Thursday the 29th, at the Amoskeag Business Incubator in Manchester.


Er, that's the 26th, as our friends at the BUGC Calendar promptly pointed out.

And as my friend Kent Johnson promptly pointed out, no Pythonista ever need
make such a mistake:

>>> import calendar
>>> calendar.setfirstweekday(calendar.SUNDAY)
>>> print calendar.month(2006, 10)
    October 2006
Su Mo Tu We Th Fr Sa
 1  2  3  4  5  6  7
 8  9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
>>> 

(THIS thing is so handy I'm going to build a three-or-five-line program and
bind it to a hotkey...)


Thanks_Kent'ly yrs,

-Bill



More information about the gnhlug-discuss mailing list