Archives for November 2007
birthday chair
29 November 2007 | Uncategorized | No Comments
Living Large
23 November 2007 | Uncategorized | No Comments
Our cheapie 60GB Macbooks were running out of space, especially when the little lady tries to do iMovie and I try to do VMWare. So I ordered a Torx wrench and an external SATA enclosure that arrived earlier this week and got ready for the inevitable upgrade.
Finally Central ran a special on Wednesday for […]
Python day 1
18 November 2007 | Uncategorized | No Comments
It’s driving me nuts that something like this doesn’t work:
(Pdb) pp reduce(sum, [1,2])
*** TypeError: <exceptions.TypeError instance at 0xb7d4a76c>
If I could could do ‘+ I would.
Update:
OK I get it.
sum([1,3])
Duh.