Re: [Tutor] Thanks for the advise to tutor! HTTP Error 400 resolved

2018-02-14 Thread cm
I have added below to the first line of the function and managed to ignore the space and solve it. Thank you for the hint! some_text=urllib.parse.quote_plus(some_text) On Tue, Feb 13, 2018 at 5:00 PM, wrote: > Send Tutor mailing list submissions to > tutor@python.org > > To subscribe o

Re: [Tutor] thanks - Beginner - explaining 'Flip a coin' bug

2014-02-15 Thread Marc Eymard
Hi David, Thanks for your input about the logic of this little script of mine. I confess I omitted the edge possibility and assumed heads or taisl only. As I progress further with getting the foundation knowledge of the language itself, it is really appreciated to be corrected on what good prog

Re: [Tutor] Thanks a bunch (was Re: Tutor Digest, Vol 118, Issue 64)

2013-12-15 Thread eryksun
On Sun, Dec 15, 2013 at 7:10 AM, Walter Prins wrote: > OK perhaps it remembers your preference for original emails sent by > yourself as well, but for replies (which is what I was commenting on) > my experience is as I described. To test it -- hit reply or reply-all > on this message (which is t

Re: [Tutor] Thanks a bunch (was Re: Tutor Digest, Vol 118, Issue 64)

2013-12-15 Thread Walter Prins
Hi, On 15 December 2013 05:38, eryksun wrote: > On Sat, Dec 14, 2013 at 10:16 AM, Walter Prins wrote: >> >> Gmail matches the format of the sender. If I reply to a text format >> email, the reply is text format. If the original is HTML mail, it >> replies in HTML format. In that sense it talk

Re: [Tutor] Thanks a bunch (was Re: Tutor Digest, Vol 118, Issue 64)

2013-12-14 Thread eryksun
On Sat, Dec 14, 2013 at 10:16 AM, Walter Prins wrote: > > Gmail matches the format of the sender. If I reply to a text format > email, the reply is text format. If the original is HTML mail, it > replies in HTML format. In that sense it talks back and respects the > sender on their terms. Also

Re: [Tutor] Thanks a bunch (was Re: Tutor Digest, Vol 118, Issue 64)

2013-12-14 Thread Walter Prins
Hi, On 14 December 2013 03:31, Steven D'Aprano wrote: > On Fri, Dec 13, 2013 at 02:24:15PM -0500, eryksun wrote: >> On Fri, Dec 13, 2013 at 12:47 PM, Mark Lawrence >> wrote: >> > Did you really have to send an entire digest, without changing the title, >> > just to send this one line? >> >> Gma

Re: [Tutor] Thanks a bunch (was Re: Tutor Digest, Vol 118, Issue 64)

2013-12-14 Thread spir
On 12/14/2013 04:31 AM, Steven D'Aprano wrote: To err is human, to forgive is humane. Nicely said. To the Original Poster, whoever you are... I hope you'll hang around here and [...] If it were me, he would probably not; too bad. Denis ___ Tutor

Re: [Tutor] Thanks a bunch (was Re: Tutor Digest, Vol 118, Issue 64)

2013-12-13 Thread Steven D'Aprano
On Fri, Dec 13, 2013 at 02:24:15PM -0500, eryksun wrote: > On Fri, Dec 13, 2013 at 12:47 PM, Mark Lawrence > wrote: > > Did you really have to send an entire digest, without changing the title, > > just to send this one line? > > Gmail's composer top posts unless the text to quote is selected >

Re: [Tutor] Thanks a bunch (was Re: Tutor Digest, Vol 118, Issue 64)

2013-12-13 Thread eryksun
On Fri, Dec 13, 2013 at 12:47 PM, Mark Lawrence wrote: > Did you really have to send an entire digest, without changing the title, > just to send this one line? Gmail's composer top posts unless the text to quote is selected beforehand. The user has to click on '...' to see the quoted text. Chang

Re: [Tutor] Thanks!!

2012-08-22 Thread Mark Lawrence
On 22/08/2012 16:48, Cecilia Chavana-Bryant wrote: Hola, Just a big THANK YOU!!! to everyone that has replied to my post. I have been so confused about how to get started and since I am working from home, it has been a very frustrating and lonely experience so far. Many, many thanks for your

Re: [Tutor] Thanks (was Random Number Generator)

2007-12-05 Thread bhaaluu
On Dec 4, 2007 7:21 PM, earlylight publishing <[EMAIL PROTECTED]> wrote: > Thank you everyone for your help! I have no idea why it never occured to me > to Google it. Thanks for the code. Now let's see if I can get this sucker > to work! > 1) Wikipedia <-- learn a basic vocabulary so you can e

Re: [Tutor] Thanks re: [::-1]

2007-07-26 Thread Alan Gauld
"Charles Cuell" <[EMAIL PROTECTED]> wrote > The one odd thing about Python's slice notation is that the -1 means > to > start from the end and work backwards. My first inclination would > have > been to assume that -1 means to start at i and go to j by steps > of -1 > (only nonempy if j < i).

Re: [Tutor] Thanks re: [::-1]

2007-07-26 Thread Chris Calloway
Charles Cuell wrote: > The one odd thing about Python's slice notation is that the -1 means to > start from the end and work backwards. My first inclination would have > been to assume that -1 means to start at i and go to j by steps of -1 > (only nonempy if j < i). A negative step attribute does

Re: [Tutor] Thanks , Now able to do Marks entry and display it using Histogram

2006-01-03 Thread Alan Gauld
Glad you got it working, now here are some picky comments about style: > # This program is to see how can we see how many > students got particular mark > # And how u print it An introductory comment is good but in Python a common way to do that is to use documentation strings, typically usi

Re: [Tutor] Thanks , Now able to do Marks entry and display it using Histogram

2006-01-03 Thread Brian van den Broek
John Joseph said unto the world upon 03/01/06 02:02 AM: > Hi All > Thanks to Shantanoo,Brian,Alan,Owen > Now I am able to enter the marks for each > students , and display the results the frequency of > marks in histogram > Even though I am able to display the > histogram of the

Re: [Tutor] Thanks

2005-09-03 Thread Kent Johnson
Wow! Congratulations! I wish I had 1/10 your success in converting Java diehards. Kent Servando Garcia wrote: > My thanks to the list. With your help each day I convert another C++ > die hard to python. > > ___ > Tutor maillist - Tutor@python.org >

Re: [Tutor] Thanks to all!

2005-07-31 Thread Nathan Pinno
ct: Re: [Tutor] Thanks to all! > > Congratulations! So what are you going to try next? > > --Todd > > On Sunday 31 July 2005 06:27 pm, Nathan Pinno wrote: >> The Giant Calculator is perfect also! >> - Original Message - >> From: Nathan Pinno >>

Re: [Tutor] Thanks to all!

2005-07-31 Thread python-tutor
Congratulations! So what are you going to try next? --Todd On Sunday 31 July 2005 06:27 pm, Nathan Pinno wrote: > The Giant Calculator is perfect also! > - Original Message - > From: Nathan Pinno > To: tutor@python.org > Sent: Sunday, July 31, 2005 3:34 PM > Subject: [Tutor] T

Re: [Tutor] Thanks to all!

2005-07-31 Thread Nathan Pinno
The Giant Calculator is perfect also! - Original Message - From: Nathan Pinno To: tutor@python.org Sent: Sunday, July 31, 2005 3:34 PM Subject: [Tutor] Thanks to all! Thank you to all. All my calculators run perfect. I can now make a perfect Giant Calculator a