Re: [Tutor] design question (Django?)

2013-04-20 Thread Albert-Jan Roskam
On Sun, 14 Apr 2013, Don Jennings wrote: > > >> >> >>>On Apr 14, 2013, at 7:06 AM, Albert-Jan Roskam wrote: >>> >>> >>> > Subject: Re: [Tutor] design question (Django?) >On 13/04/13 09:48, Albert-Jan Roskam wrote: > > >I think I have to make a diagram of this. T

Re: [Tutor] design question (Django?)

2013-04-20 Thread pa yo
It doesn't do everything you want but you might try using the "Create Map" function on Google maps. You can draw lines and mark points in different colours. You cannot count households - though i am not sure how you plan to do that with python; where will the nHouseholds data come from? On Sat,

[Tutor] 3to2?

2013-04-20 Thread Jim Mooney
I was looking at google pengine for python and it only supports 2.7. I've installed 3 and would rather not go back (I kept doing Print without the parentheses for awhile and it was really annoying ;') So the question comes up. If there is a 2to3 script, which I got working, is there a 3to2 script?

Re: [Tutor] 3to2?

2013-04-20 Thread eryksun
On Sat, Apr 20, 2013 at 2:32 PM, Jim Mooney wrote: > I was looking at google pengine for python and it only supports 2.7. I've > installed 3 and would rather not go back Do you mean Google App Engine (GAE)? Django 1.5 supports 3.x (via Six), but GAE is at 1.4. I'm not sure if GAE has other depen

Re: [Tutor] 3to2?

2013-04-20 Thread Jim Mooney
On 20 April 2013 12:50, eryksun wrote: > On Sat, Apr 20, 2013 at 2:32 PM, Jim Mooney > wrote: > > I was looking at google pengine for python and it only supports 2.7. I've > > installed 3 and would rather not go back > > Do you mean Google App Engine (GAE)? > -- Yeah, looks like my fingers got

Re: [Tutor] 3to2?

2013-04-20 Thread Alan Gauld
On 20/04/13 19:32, Jim Mooney wrote: I was looking at google pengine for python and it only supports 2.7. I've installed 3 and would rather not go back This is why we tend to recommend 2.7 for anyone doing serious work in Python. Any dependency on a 3rd party library is much more likely to s

[Tutor] does anyone know a good module for automation

2013-04-20 Thread Frank Schiro
I once had a friend who built a bot to play a strategy game called Red Alert : Tiberian Sun. I guess it would be similar to warcraft 3. Im wondering, does anyone know a good python module that would help me if I wanted to accomplish something similar? All I have found so far while surfing has bee

Re: [Tutor] does anyone know a good module for automation

2013-04-20 Thread Alan Gauld
On 20/04/13 23:07, Frank Schiro wrote: Unless you think pywinauto would work in a game envoirnment ? I think it might but have not tried it because no games on my pc... I just know it didnt work for internet explorer. I don't know pywinauto but the lowest common denominator on Windows is the

[Tutor] Time frame for Py 3 Maturity

2013-04-20 Thread Jim Mooney
> This is why we tend to recommend 2.7 for anyone doing serious work in > Python. > Understood. I am in no rush, but what do you think it the time frame when Py 3 will be mature? A year from now? Two years? At some point I might want to use it more practically. Or maybe there will be huge inflatio

Re: [Tutor] Time frame for Py 3 Maturity

2013-04-20 Thread Steven D'Aprano
On 21/04/13 12:10, Jim Mooney wrote: This is why we tend to recommend 2.7 for anyone doing serious work in Python. Understood. I am in no rush, but what do you think it the time frame when Py 3 will be mature? A year from now? Two years? At some point I might want to use it more practically. O

Re: [Tutor] 3to2?

2013-04-20 Thread Steven D'Aprano
On 21/04/13 04:32, Jim Mooney wrote: I was looking at google pengine for python and it only supports 2.7. I've installed 3 and would rather not go back (I kept doing Print without the parentheses for awhile and it was really annoying ;') So the question comes up. If there is a 2to3 script, which