[Tutor] (no subject)

2008-07-19 Thread amit sethi
Hi list , Can someone give me an idea about the audio libraries in python . I tried using pymedia . What are the options available . -- A-M-I-T S|S ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Online class/education for Python?

2008-07-19 Thread Dick Moores
At 02:45 PM 7/19/2008, David wrote: Steve Poe wrote: Anyone taken or know of any online classes teaching Python? I know O'Reilly Press teaches online technical courses, through the University of Illinois, but no Python . Thanks. Steve ---

Re: [Tutor] Online class/education for Python?

2008-07-19 Thread David
Steve Poe wrote: Anyone taken or know of any online classes teaching Python? I know O'Reilly Press teaches online technical courses, through the University of Illinois, but no Python . Thanks. Steve __

Re: [Tutor] continuouse loop

2008-07-19 Thread Martin Walsh
Monika Jisswel wrote: > Thanks or your replies, in fact I need my server to recieve queries from > some 40 clients, process the recieved text (some calculations) & send a > response back to them, in my previouse application I used a database, > (they entered thier queries into the db & my calculati

[Tutor] Generating audio tones?

2008-07-19 Thread Joe Veldhuis
Hello list. I'm trying to put together an AFSK modem in Python, and I have most of the code worked out. The last remaining issue will be generating the actual audio signal. Unfortunately, I have never written any kind of audio code before in any language, so I don't really know what I am doing.

Re: [Tutor] continuouse loop

2008-07-19 Thread Monika Jisswel
Thanks or your replies, in fact I need my server to recieve queries from some 40 clients, process the recieved text (some calculations) & send a response back to them, in my previouse application I used a database, (they entered thier queries into the db & my calculating script looks at new records

[Tutor] Online class/education for Python?

2008-07-19 Thread Steve Poe
Anyone taken or know of any online classes teaching Python? I know O'Reilly Press teaches online technical courses, through the University of Illinois, but no Python . Thanks. Steve ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/

Re: [Tutor] Advice for my function, isPrime(n), please

2008-07-19 Thread Lowell Tackett
>From the virtual desk of Lowell Tackett --- On Sat, 7/19/08, Dick Moores <[EMAIL PROTECTED]> wrote: > From: Dick Moores <[EMAIL PROTECTED]> > Subject: Re: [Tutor] Advice for my function, isPrime(n), please > To: "Python Tutor List" > Date: Saturday, July 19, 2008, 8:23 AM > At 04:44 AM 7/

Re: [Tutor] Advice for my function, isPrime(n), please

2008-07-19 Thread Dick Moores
At 04:44 AM 7/19/2008, Kent Johnson wrote: On Sat, Jul 19, 2008 at 5:03 AM, Dick Moores <[EMAIL PROTECTED]> wrote: >> > Readability counts. <-- >> >> Personally I think my way is more readable. It says what it means >> without any fluff. IMO it is explicit, readable, concise and to the >> point

Re: [Tutor] Advice for my function, isPrime(n), please

2008-07-19 Thread Kent Johnson
On Sat, Jul 19, 2008 at 5:03 AM, Dick Moores <[EMAIL PROTECTED]> wrote: >> > Readability counts. <-- >> >> Personally I think my way is more readable. It says what it means >> without any fluff. IMO it is explicit, readable, concise and to the >> point. > > Well, readability is in the eye of the

Re: [Tutor] Advice for my function, isPrime(n), please

2008-07-19 Thread Dick Moores
At 08:40 PM 7/18/2008, Kent Johnson wrote: On Fri, Jul 18, 2008 at 4:45 PM, Dick Moores <[EMAIL PROTECTED]> wrote: > At 12:38 PM 7/18/2008, Kent Johnson wrote: >> >> On Fri, Jul 18, 2008 at 2:25 PM, Dick Moores <[EMAIL PROTECTED]> wrote: >> > At 10:03 AM 7/18/2008, Kent Johnson wrote: >> >> >> >>