Re: [Tutor] moving widgets around

2004-12-30 Thread John Miller
ere tkdnd.py is located simply type: pythonw tkdnd.py and it will work. If you find anything simpler or more bare bones, please let us know. John Miller On Dec 29, 2004, at 4:25 PM, Sean McIlroy <[EMAIL PROTECTED]> wrote: I'd like to get some example code showing how to move widge

Re: [Tutor] primes - sieve of odds

2005-03-26 Thread John Miller
On Mar 24, 2005, at 6:01 AM, C Smith <[EMAIL PROTECTED]> wrote: What follows is an attempt based on the previous tutor-evolved sieve that extends the range in which to find the next prime by a factor of 2 over the last known prime. A similar algorithm is on ASPN (I bellieve), under Space-efficient