Re: what do you get with 1 divide by 998001, interesting results

2014-08-24 Thread Chris Angelico
On Mon, Aug 25, 2014 at 10:04 AM, Everything You Need To Know wrote: > *** Please do not respond, I would like to see this thread dissapear and > reintroduce myself in 4 weeks! Just so you know, asking people to not respond almost never works. :) On the flip side, asking for responses often doe

Re: what do you get with 1 divide by 998001, interesting results

2014-08-24 Thread Everything You Need To Know
> eyntk: > > I have a certain affection for your videos. I'm not sure they are > useful to all, but maybe interesting to some. Kudos to all who try to > spread their interest and knowledge. But this is a tough and very > fair and generous crowd here I believe. Its probably better to listen >

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Mark Lawrence
On 22/08/2014 00:28, Joel Goldstick wrote: I don't know the rules for announcements. https://mail.python.org/mailman/listinfo/python-announce-list also available through gmane.comp.python.announce -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for o

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Joel Goldstick
On Thu, Aug 21, 2014 at 7:10 PM, Everything You Need To Know wrote: > On Friday, 22 August 2014 06:45:07 UTC+9:30, Ben Finney wrote: > >> When the initial engagement is a continuous repeating of the same >> disrespectful behaviour, and it continues oblivious to requests to >> correct the mistakes

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Dan Stromberg
Amusing. It works in hexadecimal too: numerator = 1 denominator = 0xffe001 shift = int(16 ** 30) print(hex(int(numerator * shift / denominator))) -- https://mail.python.org/mailman/listinfo/python-list

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Everything You Need To Know
On Friday, 22 August 2014 06:45:07 UTC+9:30, Ben Finney wrote: > When the initial engagement is a continuous repeating of the same > disrespectful behaviour, and it continues oblivious to requests to > correct the mistakes, I think the welcome has worn out. We are not > obligated to endure everyt

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Rustom Mody
On Thursday, August 21, 2014 7:07:36 PM UTC+5:30, luofeiyu wrote: > This man is crazy , he go on to send rubbish to waste our time ,i > strongly strongly advise that python maillist administrator kick him off > here. > On 8/21/2014 9:25 PM, Everything You Need To Know wrote: > > On Thursday, 21

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Rustom Mody
On Friday, August 22, 2014 1:45:23 AM UTC+5:30, Terry Reedy wrote: > On 8/21/2014 12:50 PM, Steven D'Aprano wrote: > > Ben Finney wrote: > >> Everything You Need To Know writes: > >>> I guess I have to agree and was mistaken, though vitriol I found > >>> unnecessary and unproductive! > >> You've be

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Mark Lawrence
On 21/08/2014 22:15, Ben Finney wrote: Steven D'Aprano writes: [War and Peace snipped] Frankly I think this entire debate has rapidly descended to the level of farce. Can we move on please? -- My fellow Pythonistas, ask not what our language can do for you, ask what you can do for our la

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Ben Finney
Steven D'Aprano writes: > Adam ("Everything You Need To Know") has perhaps posted unwisely and > clumsily, but obnoxiously? > > Obnoxious (noun): > very offensive; hateful; odious; reprehensible. > > What did Adam do that was *obnoxious*? Here are some of the > accusations thrown at him:

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Terry Reedy
On 8/21/2014 12:50 PM, Steven D'Aprano wrote: Ben Finney wrote: Everything You Need To Know writes: I guess I have to agree and was mistaken, though vitriol I found unnecessary and unproductive! You've behaved obnoxiously, as has been pointed out. People can point out anything they like,

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Terry Reedy
On 8/21/2014 9:37 AM, luofeiyu wrote: This man is crazy Such ad hominem slurs are a violation to the Python Community Code of Conduct. he go on to send rubbish to waste our time , Everyone should stop bashing each other, including you. What I see is people driving each other a bit craz

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Grant Edwards
On 2014-08-21, luofeiyu wrote: > This man is crazy, he go on to send rubbish to waste our time ,i > strongly strongly advise that python maillist administrator kick him > off here. He's not wasting my time -- I filter out all posts from Google Groups. What I do see is all of the responses. Pe

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread luofeiyu
This man is crazy , he go on to send rubbish to waste our time ,i strongly strongly advise that python maillist administrator kick him off here. On 8/21/2014 9:25 PM, Everything You Need To Know wrote: On Thursday, 21 August 2014 01:06:37 UTC+9:30, Everything You Need To Know wrote: These

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Steven D'Aprano
Ben Finney wrote: > Everything You Need To Know writes: > >> I guess I have to agree and was mistaken, though vitriol I found >> unnecessary and unproductive! > > You've behaved obnoxiously, as has been pointed out. People can point out anything they like, it does not mean it is necessarily s

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Everything You Need To Know
On Thursday, 21 August 2014 01:06:37 UTC+9:30, Everything You Need To Know wrote: These exercises were all linked together to make a 'python' board game, Thought it was really neat myself. This is something that would not interest this Forum I am to presume? Thank you Adam A -- https://mail

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Mark Lawrence
On 21/08/2014 08:40, Everything You Need To Know wrote: On Thursday, 21 August 2014 16:55:44 UTC+9:30, Terry Reedy wrote: On 8/20/2014 11:36 AM, Everything You Need To Know wrote: Neat little exercise, surprisingly cool results! less than 3 minutes! https://www.youtube.com/watch?v=P

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Chris “Kwpolska” Warrick
On Thu, Aug 21, 2014 at 3:22 AM, Everything You Need To Know wrote: > I do understand where you are coming from 'Chris "Kwpolska" Warrick', though, > your own self serving link to your own website and unproductive post is > closer to spam than my own, I offer something practical and positive to

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Mark Lawrence
On 21/08/2014 07:52, Everything You Need To Know wrote: I have answered all these questions already! stop wasting time I entirely agree, stop wasting time. Hardly surprising you didn't get on at uni as that involves engaging with people. You can't take the mildest criticism and refuse to

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Mark Lawrence
On 21/08/2014 07:09, Everything You Need To Know wrote: I am just finishing this thread, as I said it will take a little time, I am trying to collaborate with more than one person. You are certainly very trying. I see no evidence of collaboration. I also see no evidence of the vitriol you

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Mark Lawrence
On 21/08/2014 03:07, Everything You Need To Know wrote: You'd make more friends here if you weren't suffering from google groups disease, which seems to be spreading like wildfire at the moment. To cure this terrible affliction please access this list via https://mail.python.org/mailman/listi

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Everything You Need To Know
On Thursday, 21 August 2014 16:55:44 UTC+9:30, Terry Reedy wrote: > On 8/20/2014 11:36 AM, Everything You Need To Know wrote: > > > Neat little exercise, surprisingly cool results! > > > less than 3 minutes! > > > > > > https://www.youtube.com/watch?v=PlDjl5JK0eU&feature=youtu.be > > > > De

Re: what do you get with 1 divide by 998001, interesting results

2014-08-21 Thread Terry Reedy
On 8/20/2014 11:36 AM, Everything You Need To Know wrote: Neat little exercise, surprisingly cool results! less than 3 minutes! https://www.youtube.com/watch?v=PlDjl5JK0eU&feature=youtu.be Dear EYNToK (Adam Nowak?, the name on the video?): I am both a long-term participant in this group and c

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Everything You Need To Know
On Thursday, 21 August 2014 16:20:29 UTC+9:30, Chris Angelico wrote: > On Thu, Aug 21, 2014 at 4:09 PM, Everything You Need To Know > > wrote: > > > On Thursday, 21 August 2014 15:19:43 UTC+9:30, Chris Angelico wrote: > > >> On Thu, Aug 21, 2014 at 3:38 PM, Everything You Need To Know > > >>

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Chris Angelico
On Thu, Aug 21, 2014 at 4:09 PM, Everything You Need To Know wrote: > On Thursday, 21 August 2014 15:19:43 UTC+9:30, Chris Angelico wrote: >> On Thu, Aug 21, 2014 at 3:38 PM, Everything You Need To Know >> >> wrote: >> >> > You are now simply arguing a negative point for no apparent reason other

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Ben Finney
Everything You Need To Know writes: > On Thursday, 21 August 2014 14:33:19 UTC+9:30, Ian wrote: > > Google does not own or control this forum. The comp.lang.python > > group is part of Usenet, which is not owned by anybody. The group is > > also bridged to the python-list mailing list hosted by

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Everything You Need To Know
On Thursday, 21 August 2014 14:33:19 UTC+9:30, Ian wrote: > On Aug 20, 2014 9:51 PM, "Everything You Need To Know" > wrote: > > > I will post updates on one Post so as not to create new posts and I am not > > making any money from this, also google owns youtube so I am only helping > > google

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Ian Kelly
On Aug 20, 2014 9:51 PM, "Everything You Need To Know" wrote: > I will post updates on one Post so as not to create new posts and I am not making any money from this, also google owns youtube so I am only helping google the owner of this Forum? Google does not own or control this forum. The comp.

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Ben Finney
Everything You Need To Know writes: > You are now simply arguing a negative point for no apparent reason > other than you want to appear correct, I have already admitted my > mistake yet you persist with negativity and vitriol, it is quiet > childish. Observers will judge the difference between

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Everything You Need To Know
On Thursday, 21 August 2014 15:19:43 UTC+9:30, Chris Angelico wrote: > On Thu, Aug 21, 2014 at 3:38 PM, Everything You Need To Know > > wrote: > > > You are now simply arguing a negative point for no apparent reason other > > than you want to appear correct, I have already admitted my mistake

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Chris Angelico
On Thu, Aug 21, 2014 at 3:38 PM, Everything You Need To Know wrote: > You are now simply arguing a negative point for no apparent reason other than > you want to appear correct, I have already admitted my mistake yet you > persist with negativity and vitriol, it is quiet childish. > No, it isn'

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Everything You Need To Know
On Thursday, 21 August 2014 14:56:13 UTC+9:30, Ben Finney wrote: > Everything You Need To Know writes: > > > > > I guess I have to agree and was mistaken, though vitriol I found > > > unnecessary and unproductive! > > > > You've behaved obnoxiously, as has been pointed out. Yes I did po

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Rustom Mody
On Thursday, August 21, 2014 10:38:04 AM UTC+5:30, Everything You Need To Know wrote: | On Thursday, 21 August 2014 14:19:27 UTC+9:30, Rustom Mody wrote: | | | On Thursday, August 21, 2014 10:09:45 AM UTC+5:30, Ben Finney wrote: | | | | | | | | > Everything You Need To Know writes: | | | |

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Ben Finney
Everything You Need To Know writes: > I guess I have to agree and was mistaken, though vitriol I found > unnecessary and unproductive! You've behaved obnoxiously, as has been pointed out. We regard this community highly, and when obnoxious behaviour occurs, emotive responses are to be expected.

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Everything You Need To Know
On Thursday, 21 August 2014 14:19:27 UTC+9:30, Rustom Mody wrote: > On Thursday, August 21, 2014 10:09:45 AM UTC+5:30, Ben Finney wrote: > > > Everything You Need To Know writes: > > > > > > It is not just one person here! To give my name when we are trying to > > > > be a small group would n

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Rustom Mody
On Thursday, August 21, 2014 10:09:45 AM UTC+5:30, Ben Finney wrote: > Everything You Need To Know writes: > > It is not just one person here! To give my name when we are trying to > > be a small group would not work. > That's not how a community operates. Please post as an individual, with > a p

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Ben Finney
Everything You Need To Know writes: > It is not just one person here! To give my name when we are trying to > be a small group would not work. That's not how a community operates. Please post as an individual, with a person's name, to establish your reputation and continuity. Others can post as

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Everything You Need To Know
; announcements like this with "[Announce]" at the start of the > > subject line. > > > > > > Something like this would probably be more acceptable: > > > > > > Subject: [Announce] Short Python video about the Mandelbrot set &

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Rustom Mody
he author of the "Everything You Need To Know" > channel on Youtube. I have a 3 minute video about Python > programming aimed at beginners: > "What do you get with 1 divide by 998001, interesting results" > If you're interested in Pytho

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Steven D'Aprano
ject: [Announce] Short Python video about the Mandelbrot set From: Everything You Need To Know Hi, I'm Fred, the author of the "Everything You Need To Know" channel on Youtube. I have a 3 minute video about Python programming aimed at beginners: "What do

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Everything You Need To Know
On Thursday, 21 August 2014 11:05:51 UTC+9:30, Ben Finney wrote: > Everything You Need To Know writes: > > > > > I offer something practical and positive to the community, even if the > > > wrong community to post. > > > > You choose to offer it with a self-aggrandising name instead of you

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Chris Angelico
On Thu, Aug 21, 2014 at 11:22 AM, Everything You Need To Know wrote: > + I have attended University and decided that the video series has more to > offer than a University certificate in terms of knowledge. > That's not saying much. ChrisA -- https://mail.python.org/mailman/listinfo/python-lis

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Ben Finney
Everything You Need To Know writes: > I offer something practical and positive to the community, even if the > wrong community to post. You choose to offer it with a self-aggrandising name instead of your real name, which is itself an obnoxious habit. The links themselves are, as you acknowledg

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Everything You Need To Know
On Thursday, 21 August 2014 08:38:16 UTC+9:30, Steven D'Aprano wrote: > Chris "Kwpolska" Warrick wrote: > > > > > On Wed, Aug 20, 2014 at 5:36 PM, Everything You Need To Know > > > wrote: > > >> Neat little exercise, surprisingly cool results! > > >> less than 3 minutes! > > >> > > >> [ur

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Steven D'Aprano
Chris “Kwpolska” Warrick wrote: > On Wed, Aug 20, 2014 at 5:36 PM, Everything You Need To Know > wrote: >> Neat little exercise, surprisingly cool results! >> less than 3 minutes! >> >> [url redacted] [...] > Please stop spamming with your barely original content. If you think it is spam (or a

Re: what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Chris “Kwpolska” Warrick
On Wed, Aug 20, 2014 at 5:36 PM, Everything You Need To Know wrote: > Neat little exercise, surprisingly cool results! > less than 3 minutes! > > https://www.youtube.com/watch?v=PlDjl5JK0eU&feature=youtu.be > -- > https://mail.python.org/mailman/listinfo/python-list Most subscribers are already s

what do you get with 1 divide by 998001, interesting results

2014-08-20 Thread Everything You Need To Know
Neat little exercise, surprisingly cool results! less than 3 minutes! https://www.youtube.com/watch?v=PlDjl5JK0eU&feature=youtu.be -- https://mail.python.org/mailman/listinfo/python-list

Re: absolute newbie: divide a list into sublists (nested lists?) of fixed length

2009-04-11 Thread George Sakkis
On Apr 11, 6:05 pm, ergconce...@googlemail.com wrote: > On Apr 11, 11:18 pm, George Sakkis wrote: > > > > > The numpy import *is* important if you want to use numpy-specific > > features; there are many "tricks" you can do easily with numpy arrays > > that you have to write manually for, say, regu

Re: absolute newbie: divide a list into sublists (nested lists?) of fixed length

2009-04-11 Thread Andre Engels
On Sun, Apr 12, 2009 at 12:05 AM, wrote: > Thanks very much - works fine! Now for a follow-up question:) > > Actually my original list called "mylist" contains 81217 elements - I > shape those into > len(mylist) > 81217 s = N.array(mylist) s.shape = (241,337) > > which works becau

Re: absolute newbie: divide a list into sublists (nested lists?) of fixed length

2009-04-11 Thread ergconcepts
On Apr 11, 11:18 pm, George Sakkis wrote: > The numpy import *is* important if you want to use numpy-specific > features; there are many "tricks" you can do easily with numpy arrays > that you have to write manually for, say, regular python lists. For > example what you want to do is trivial with

Re: absolute newbie: divide a list into sublists (nested lists?) of fixed length

2009-04-11 Thread Mensanator
On Apr 11, 4:18�pm, George Sakkis wrote: > On Apr 11, 4:14�pm, ergconce...@googlemail.com wrote: > > > > > > > Hi, > > I have a list looking like > > > [ 0.84971586, �0.05786009, �0.9645675, �0.84971586, �0.05786009, > > 0.9645675, 0.84971586, �0.05786009, �0.9645675, �0.84971586, > > 0.05786009,

Re: absolute newbie: divide a list into sublists (nested lists?) of fixed length

2009-04-11 Thread George Sakkis
On Apr 11, 4:14 pm, ergconce...@googlemail.com wrote: > Hi, > I have a list looking like > > [ 0.84971586,  0.05786009,  0.9645675,  0.84971586,  0.05786009, > 0.9645675, 0.84971586,  0.05786009,  0.9645675,  0.84971586, > 0.05786009,  0.9645675] > > and I would like to break this list into subsets

Re: absolute newbie: divide a list into sublists (nested lists?) of fixed length

2009-04-11 Thread ergconcepts
On Apr 11, 10:37 pm, Andreas Pfrengle wrote: > my_list = [] > for x in range(3): >  my_list.append([]) >  for y in range(3): >   my_list[x].append(some_value) Thanks for your help - but I'm sorry I do not understand: > my_list = [] I guess here you are implying to write something like my_list

Re: absolute newbie: divide a list into sublists (nested lists?) of fixed length

2009-04-11 Thread Andreas Pfrengle
On 11 Apr., 22:14, ergconce...@googlemail.com wrote: > Hi, > I have a list looking like > > [ 0.84971586,  0.05786009,  0.9645675,  0.84971586,  0.05786009, > 0.9645675, 0.84971586,  0.05786009,  0.9645675,  0.84971586, > 0.05786009,  0.9645675] > > and I would like to break this list into subsets

absolute newbie: divide a list into sublists (nested lists?) of fixed length

2009-04-11 Thread ergconcepts
Hi, I have a list looking like [ 0.84971586, 0.05786009, 0.9645675, 0.84971586, 0.05786009, 0.9645675, 0.84971586, 0.05786009, 0.9645675, 0.84971586, 0.05786009, 0.9645675] and I would like to break this list into subsets of fixed length (say, three elements), i.e. to convert the list int

Re: divide

2005-10-07 Thread Andrew Gwozdziewycz
wrote: > I have three points in a rectangle and i wonder how to use PYTHON > to divide the rectangle into three > parts with each point located in the different part. > For instance, Point A > goes to Part I, Point B goes to Part II and Point C goes to Part III. > And the distance

divide

2005-10-06 Thread Shi Mu
I have three points in a rectangle and i wonder how to use PYTHON to divide the rectangle into three parts with each point located in the different part. For instance, Point A goes to Part I, Point B goes to Part II and Point C goes to Part III. And the distance between any point within Part I

Re: need to divide a date

2005-09-22 Thread Steve Holden
[EMAIL PROTECTED] wrote: > Hey there, > i am doing a plotting application. > i am using mxRelativeDateTimeDiff to get how much time is between > date x and date y > > now what i need to do is divide that time by 20 to get 20 even time > slots > for plotting on a graph.

need to divide a date

2005-09-22 Thread nephish
Hey there, i am doing a plotting application. i am using mxRelativeDateTimeDiff to get how much time is between date x and date y now what i need to do is divide that time by 20 to get 20 even time slots for plotting on a graph. For example, if the difference between them is 20 hours, i need 20