Re: Help with Iteration

2008-10-18 Thread Chris McComas
On Oct 18, 3:46 pm, Aaron Brady <[EMAIL PROTECTED]> wrote: > Chris McComas wrote: > > actually i'm running it online, with a mysql db. so in the db there is > > a table CollegeYear with the following fields: > > > name > > rating > > change > >

Re: Help with Iteration

2008-10-18 Thread Chris McComas
On Oct 18, 12:43 am, "Aaron \"Castironpi\" Brady" <[EMAIL PROTECTED]> wrote: > On Oct 17, 10:44 pm, Chris McComas <[EMAIL PROTECTED]> wrote: > > > i have a python script that is computing ratings of sports teams. > > > what i'm try

Help with Iteration

2008-10-17 Thread Chris McComas
i have a python script that is computing ratings of sports teams. what i'm trying to do is setup an iteration for the rating so that the python program recomputes the rating if any of the value difference is > 0.5. it's common for sports ratings to run such iterations... any tips, pointers on