Re: [Tutor] Help with Guess the number script

2014-03-11 Thread Scott W Dunning
On Mar 11, 2014, at 7:50 PM, William Ray Wing wrote: > > Simple. In Mail Preferences -> Composing -> Message Format -> Plain Text > (Your setting is probably currently Rich Text.) > Got it, hopefully that helps. ___ Tutor maillist - Tutor@python

Re: [Tutor] Help with Guess the number script

2014-03-11 Thread William Ray Wing
On Mar 11, 2014, at 8:06 PM, Scott W Dunning wrote: [mega byte] >> > Yeah, I had no idea that my messages were coming through in HTML, nor what it > looked like until someone sent me a section showing me what it looked like, I > can see how that would be frustrating. > > I’m using the mail

Re: [Tutor] Help with Guess the number script

2014-03-11 Thread Scott W Dunning
On Mar 11, 2014, at 1:49 AM, Alan Gauld wrote: > > Not from the tutor list though. It only has a few > mails normally - less than 50 most days. > Actually now that you say that most of the emails are coming through the reg python-lists, not the tutor section. I guess I should just unsubscribe

Re: [Tutor] Trying to read dBase files

2014-03-11 Thread Dave Angel
Alan Gauld Wrote in message: > On 11/03/14 18:39, Al Bull wrote: > > > >> I am using Python 3.3. I did some google searches and found something >> called dbfpy to read dbase, so I downloaded and installed it. >> >>File "C:\Python33\lib\site-packages\dbfpy\dbf.py", line 260 >> print re

Re: [Tutor] Trying to read dBase files

2014-03-11 Thread Alan Gauld
On 11/03/14 18:39, Al Bull wrote: I'm new to python and want to use it to create an application to read one or more dbase files, manipulate some data, and create a new file. You could also try the Dabo project, it is an IDE for building DBase like apps. I think it supports reading Foxpro(ak

[Tutor] Trying to read dBase files

2014-03-11 Thread Al Bull
Greetings. I'm new to python and want to use it to create an application to read one or more dbase files, manipulate some data, and create a new file. I am using Python 3.3. I did some google searches and found something called dbfpy to read dbase, so I downloaded and installed it. The exampl

Re: [Tutor] c++ on python

2014-03-11 Thread Gabriele Brambilla
I answer in the text 2014-03-11 9:32 GMT-04:00 ALAN GAULD : > CC'ing the list > Please use ReplyAll when responding. > > > -- > *From:* Gabriele Brambilla > *To:* Alan Gauld > *Sent:* Tuesday, 11 March 2014, 12:54 > *Subject:* Re: [Tutor] c++ on python > > I think

Re: [Tutor] Help with Guess the number script

2014-03-11 Thread spir
On 03/11/2014 05:07 AM, Scott W Dunning wrote: On Mar 8, 2014, at 3:57 AM, spir wrote: Well done. And now that you have the right set of tests you can half the number of lines by combining your if conditions again, like you had in the original post. ie. Bring your hot/cold/warm tests together.

Re: [Tutor] Help with Guess the number script

2014-03-11 Thread spir
On 03/11/2014 09:57 AM, Alan Gauld wrote: On 11/03/14 04:07, Scott W Dunning wrote: On Mar 8, 2014, at 3:57 AM, spir mailto:denis.s...@gmail.com>> wrote: And now that you have the right set of tests you can half the number of lines by combining your if conditions again, like you had in the orig

Re: [Tutor] c++ on python

2014-03-11 Thread ALAN GAULD
CC'ing the list Please use ReplyAll when responding.   > > From: Gabriele Brambilla >To: Alan Gauld >Sent: Tuesday, 11 March 2014, 12:54 >Subject: Re: [Tutor] c++ on python > > > >I think (because I've not received the code yet) I will receive the source >code

Re: [Tutor] Help with Guess the number script

2014-03-11 Thread spir
On 03/11/2014 04:32 AM, Scott W Dunning wrote: On Mar 8, 2014, at 11:50 AM, Scott dunning wrote: And now that you have the right set of tests you can half the number of lines by combining your if conditions again, like you had in the original post. ie. Bring your hot/cold/warm tests together.

Re: [Tutor] educational

2014-03-11 Thread Peter Otten
MICHAEL BASHAGI wrote: [Please send your posts to the mailing list, not individual posters. Thank you.] > But the PIL doesn't work in my version of Python, i use Python 3.4 If you are still working on this: as Tim hinted there is a fork of PIL called Pillow with installers for Python 3.4. See

Re: [Tutor] Help with Guess the number script

2014-03-11 Thread Alan Gauld
On 11/03/14 04:07, Scott W Dunning wrote: On Mar 8, 2014, at 3:57 AM, spir mailto:denis.s...@gmail.com>> wrote: And now that you have the right set of tests you can half the number of lines by combining your if conditions again, like you had in the original post. ie. Bring your hot/cold/warm tes

Re: [Tutor] Help with Guess the number script

2014-03-11 Thread Alan Gauld
On 11/03/14 07:42, Scott W Dunning wrote: On Mar 10, 2014, at 11:18 PM, Dave Angel wrote: Where are you guys using the forum? Personally I use the news feed from Gmane.org I read it in Thunderbird (or occasionally via a newsreader on my smartphone/tablet). You can also read it online in a br

Re: [Tutor] Help with Guess the number script

2014-03-11 Thread Scott W Dunning
On Mar 10, 2014, at 11:18 PM, Dave Angel wrote: Where are you guys using the forum? Through google? I was using that at first but someone complained about something that google does and told me to get it through my email. That’s what I’m doing now and I get bombarded with about 500 emails

Re: [Tutor] Help with Guess the number script

2014-03-11 Thread Scott W Dunning
On Mar 10, 2014, at 11:18 PM, Dave Angel wrote: > Scott W Dunning Wrote in message: >> > > Would you please stop posting in html? I don’t know what you mean? I just use the text for my email provider. It’s not html? I types up the code I had in the script.