Re: I'm happy with Python 2.5

2011-03-03 Thread Peter Parker
On 02/27/2011 09:27 AM, Tom Zych wrote: n00m wrote: Am I turmoiling your wishful thinking? You may nourish it till the end of time. Let us cease to nourish those fabled ones who dwell under bridges. LOL ! -- http://mail.python.org/mailman/listinfo/python-list

Re: Generating a rainbow?

2010-04-11 Thread Peter Parker
Robert Kern wrote: On 2010-04-11 12:54 , Peter Parker wrote: Tobiah wrote: You should use different variables for the two loops. Actually it is closing the divs that makes it work in FireFox: Hah. I new that the rainbow wasn't complete and that it didn't work in Opera. I just

Re: Generating a rainbow?

2010-04-11 Thread Peter Parker
Tobiah wrote: You should use different variables for the two loops. Actually it is closing the divs that makes it work in FireFox: Hah. I new that the rainbow wasn't complete and that it didn't work in Opera. I just fizzled on the closing of the divs. I also don't get why it worke

Re: Generating a rainbow?

2010-04-08 Thread Peter Parker
Tobiah wrote: How does that answer your original question? I was able to do this: import colorsys sat = 1 value = 1 length = 1000 for x in range(0, length + 1): hue = x / float(length) color = list(colorsys.hsv_to_rgb(hue, sat, value)) for x in range(3):

Re: When will Python go mainstream like Java?

2010-02-24 Thread Peter Parker
Steve Holden wrote: At 12.34 pm on November 13, 2011 At December 21, 2012 at 11:11 am (according to the Maya calendar) -- http://mail.python.org/mailman/listinfo/python-list