Re: [Tutor] Having trouble with a component of the random module

2008-08-31 Thread OmerT
does not allow to repeat cards. On the other- he tries to display 8 cards out of a 5 card pool, which is impossible without repeating cards. That's all.. On Sun, Aug 31, 2008 at 4:00 PM, bob gailer <[EMAIL PROTECTED]> wrote: > OmerT wrote: >> >> I'm unfamiliar wi

Re: [Tutor] Having trouble with a component of the random module

2008-08-31 Thread OmerT
I'm unfamiliar with the random.sample function, yet I can't help but wonder: Do you ever got the same card twice? Is that intentional ? On Thu, Aug 28, 2008 at 6:29 PM, Alan Gilfoy <[EMAIL PROTECTED]> wrote: > Quoting W W <[EMAIL PROTECTED]>: > > >>> The number of items I want from a list is sma

Re: [Tutor] Reformatting phone number

2008-08-21 Thread OmerT
mostly, I google "docs.python" and the term or class I'm looking for. Mind, this mainly works for modules or classes which came with the interpreter. G'luck. On Thu, Aug 21, 2008 at 9:08 AM, Dotan Cohen <[EMAIL PROTECTED]> wrote: > 2008/8/21 Kent Johnson <[EMAIL PROTECTED]>: >> Another way to wri

Re: [Tutor] how to read Messages sorted by thread in thunderbird

2008-08-19 Thread OmerT
Using gmail and messages are sorted into threads by subject automatically. (I did have to switch back from digest to regular mode..) HTH. On Tue, Aug 19, 2008 at 8:01 PM, Lie Ryan <[EMAIL PROTECTED]> wrote: > >> >> Message: 6 >> Date: Tue, 19 Aug 2008 02:48:39 -0700 >> From: "Timothy Grant" <[EMA

Re: [Tutor] What has Editor X got that PyWin32 hasn't?

2008-08-14 Thread OmerT
On Thu, Aug 14, 2008 at 7:20 AM, Dick Moores <[EMAIL PROTECTED]> wrote: > At 08:58 PM 8/13/2008, bob gailer wrote: >> >> One thing I really like about Python Win is the integrated debugger, which >> takes no time to start up. SPE OTOH uses WinPDB which runs as a separate >> process that takes (in t

Re: [Tutor] What has Editor X got that PyWin32 hasn't?

2008-08-13 Thread OmerT
To sum things up, Thank you, Hansen, Mike Steve Willoughby Chad Crabtree johnf Alan Gauld Dick Moores vishwajeet singh Marc Tompkins I reckon I'll give SPE a chance at the moment, and add vim to my ever growing list of things to try out once and when I get bored.