[Tutor] Text Editors and Linux (was Re: exit message)

2013-05-06 Thread David Robinow
On Mon, May 6, 2013 at 5:05 AM, Steven D'Aprano wrote: > (Actually, I am a great believer in not using IDLE for anything. If your > application acts weird, is that because it has a bug, or because IDLE is > doing something "clever"? I much prefer a text editor and a terminal > window. But then I'

Re: [Tutor] Text Editors and Linux (was Re: exit message)

2013-05-06 Thread David Robinow
On Mon, May 6, 2013 at 1:00 PM, Alan Gauld wrote: > On 06/05/13 16:13, David Robinow wrote: > > I certainly agree about IDLE and prefer a text editor myself. I don't >> use Linux much and haven't noticed the "practically an IDE" part. Could >> you expoun

Re: [Tutor] I think I found what I'm looking for.

2013-06-03 Thread David Robinow
On Mon, Jun 3, 2013 at 7:32 PM, Michael Sparks wrote: > speech.py is a Python module that provides a clean interface to Windows's > voice recognition and text-to-speech capabilities. But it requires Windows > XP or Vista, and Python 2.4 or 2.5. I use Windows 7. > ... > I think that I'm satisfied w

Re: [Tutor] HELP Please!!!....How Do I Make a Graph Chart Generate in Python Based on my Code

2013-09-26 Thread David Robinow
On Wed, Sep 25, 2013 at 9:34 PM, Dave Angel wrote: > Clearly gmail isn't showing you all the headers. I looked for Alan's > message in one of these threads with the same subject, and see about 60 > lines of header information. Does gmail have a View->Source menu item? > In gmail the menu item i

Re: [Tutor] formatting datetime.timedelta to "HH:MM:SS"

2013-12-11 Thread David Robinow
On Wed, Dec 11, 2013 at 5:55 AM, Jignesh Sutar wrote: > Hi, > > I've googled around extensively to try figure this out assuming it should be > straight forward (and it probably is) but I'm clearly missing something. > > I'm trying to get the total run time of the program but have the final time >

Re: [Tutor] how to edit program files in Python?

2013-12-19 Thread David Robinow
On Thu, Dec 19, 2013 at 2:33 PM, Laurie Stephan wrote: > Hello, > My son and I just opened "Python for Kids" and we're working our way through > the lessons. Sometimes he mistypes the lines and hits return and discovers > after that that he made a mistake in the line. But, when we try to correct