Re: Newbie Question

2007-02-08 Thread Eric . Gabrielson
On Feb 8, 2:17 pm, Grant Edwards <[EMAIL PROTECTED]> wrote: > On 2007-02-08, Reid <[EMAIL PROTECTED]> wrote: > > > I am just starting to play with programing again as a hobby. I have heard > > good things about python. I have not really looked into the language much. > > My question is, will python

Re: Coordinate Grid Points

2007-02-06 Thread Eric . Gabrielson
On Feb 6, 4:08 pm, "Gabriel Genellina" <[EMAIL PROTECTED]> wrote: > En Tue, 06 Feb 2007 20:35:43 -0300, <[EMAIL PROTECTED]> escribió: > > > > > Anyways heres my error: > > > > **

Re: Coordinate Grid Points

2007-02-06 Thread Eric . Gabrielson
On Feb 5, 6:33 pm, James Stroud <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > On Feb 5, 3:29 pm, James Stroud <[EMAIL PROTECTED]> wrote: > > >>[EMAIL PROTECTED] wrote: > > >>>Hello, > >>> I am very knew to python and am attempting to write a program > >>>in python that a friend of

Re: Coordinate Grid Points

2007-02-05 Thread Eric . Gabrielson
On Feb 5, 3:29 pm, James Stroud <[EMAIL PROTECTED]> wrote: > [EMAIL PROTECTED] wrote: > > Hello, > >I am very knew to python and am attempting to write a program > > in python that a friend of mine is having to write in java. I am doing > > this for fun and would like some help as to how i

Coordinate Grid Points

2007-02-05 Thread Eric . Gabrielson
Hello, I am very knew to python and am attempting to write a program in python that a friend of mine is having to write in java. I am doing this for fun and would like some help as to how i can generate random coordinate points (x,y) and compare them with user inputted coordinate points. For