[Pythonmac-SIG] Apple's python extensions into Quartz2D

2005-05-27 Thread nickg
at's about as much as I figured out. Or this is something I might be able to do with PyObjC (which I never have used)? Or is there another alternative? thanks, --nickg ___ Pythonmac-SIG maillist - [email protected] http://mail.python.

Re: [Pythonmac-SIG] Apple's python extensions into Quartz2D

2005-05-27 Thread nickg
the all the mac-python trickery. --nickg On May 27, 2005, at 9:39 PM, Bob Ippolito wrote: > > On May 27, 2005, at 6:32 PM, nickg wrote: > > >> What's the latest with Apple's python extensions to use Quartz2D? >> I'd like to use them with the latest python rele

Re: [Pythonmac-SIG] Sets and Speed

2005-05-30 Thread nickg
py done in 0.026 x = set() for i in range(2): x.add(i) enjoy! --nickg On May 30, 2005, at 10:44 AM, Yair Benita wrote: > Hi All, > My research involves genomic research and the use of sets (recently > introduced in version 2.4) makes my life easier in a lot of ways. > How