Re: [Tutor] easygui question, again

2007-06-11 Thread Adam Urbas
Where did you get this easygui thing you are trying to install. Is it the thing that says Compiled Python File? If so I have it. I've kinda been following your little chat here about it. I want to see if I could do it. On 6/11/07, Kent Johnson <[EMAIL PROTECTED]> wrote: > Alan Gauld wrote: > >

Re: [Tutor] Correct use of range function..

2007-06-11 Thread adam urbas
I see... Very Intriguing.> To: tutor@python.org> From: [EMAIL PROTECTED]> Date: Sun, 10 Jun 2007 18:16:00 +0100> Subject: Re: [Tutor] Correct use of range function..> > > "Adam Urbas" <[EMAIL PROTECTED]> wrote> >I discovered something about your reve

Re: [Tutor] Correct use of range function..

2007-06-10 Thread Adam Urbas
I discovered something about your revers word program here. I used the "for c in word" one. if you type an indented print after print c, then it will print the words vertically. Just thought I'd share that with you. On 6/10/07, Kent Johnson <[EMAIL PROTECTED]> wrote: > David Hamilton wrote: > >

Re: [Tutor] Calculator research

2007-06-09 Thread Adam Urbas
, Alan Gauld <[EMAIL PROTECTED]> wrote: > > "Adam Urbas" <[EMAIL PROTECTED]> wrote > > > Ok, this is my research for a better calculator. I want to make a > > calculator that is much less lame than the one that comes standard > > Thats a good beginn

Re: [Tutor] [Fwd: Re: trouble with "if"]

2007-06-01 Thread Adam Urbas
Sorry about all that trouble for you Alan, after I posted that, I reformatted my code a bit and updated it to do the defining and then the calling, like you said. The only problem I had, and I was probably doing something wrong, was that I would do: choice() if choice in["1","circle"]: circle

[Tutor] Calculator research

2007-06-01 Thread Adam Urbas
Sup all, Ok, this is my research for a better calculator. I want to make a calculator that is much less lame than the one that comes standard with windows. If anyone has any ideas for how to start or some things I should know, then feel free to inform me. The truth is, I don't exactly know wher

Re: [Tutor] [Fwd: Re: trouble with "if"]

2007-05-30 Thread Adam Urbas
to be something after the def goodbye(): So If someone wouldn't mind taking a look at it, then I would be very grateful. Thanks, Au On 5/30/07, Adam Urbas <[EMAIL PROTECTED]> wrote: Ok I forgot to put some things on the previous one. I discovered a flaw in my loop. It is not infinite

Re: [Tutor] [Fwd: Re: trouble with "if"]

2007-05-30 Thread Adam Urbas
the user could keep using that segment of the program over and over again, without having to restart the program. Is it possible to do that? On 5/30/07, Adam Urbas <[EMAIL PROTECTED]> wrote: I think I may have figured it out. I just switched some things around. On 5/30/07, Adam Urbas &

Re: [Tutor] [Fwd: Re: trouble with "if"]

2007-05-30 Thread Adam Urbas
I think I may have figured it out. I just switched some things around. On 5/30/07, Adam Urbas <[EMAIL PROTECTED]> wrote: I can't seem to get the type with the parameters to work. I can get def answer(): to work, but not def answer(my_first_parameter,my_second_parameter):.

Re: [Tutor] [Fwd: Re: trouble with "if"]

2007-05-30 Thread Adam Urbas
ttach it. This is very exciting. Except, I renamed it and now it doesn't work. This frustrates me. How could something work one second and then not the next. Oh well, I'll still attach it and if you could help me find the problem, that would be nice. Thanks, Au On 5/30/07, Brian va

Re: [Tutor] [Fwd: Re: trouble with "if"]

2007-05-30 Thread Adam Urbas
ecause def text(): works just fine with everything I've done so far. On 5/30/07, Adam Urbas <[EMAIL PROTECTED]> wrote: I can't exactly show you the error message anymore, because the program is now screwed up in so many ways that I can't even get it to do the things it used to. It

Re: [Tutor] [Fwd: Re: trouble with "if"]

2007-05-30 Thread Adam Urbas
t works too, yay! Thanks, Au On 5/30/07, Andre Engels <[EMAIL PROTECTED]> wrote: 2007/5/30, Brian van den Broek <[EMAIL PROTECTED]>: > Another fwd, folks. > > Brian vdB > > Original Message ---- > Subject: Re: [Tutor] trouble with "if" > Da

Re: [Tutor] trouble with "if"

2007-05-29 Thread Adam Urbas
Dang it... I am really going to have to figure out how to reply all. The cc thing only worked once and now I'm still sending to you. On 5/30/07, Adam Urbas <[EMAIL PROTECTED]> wrote: > I started to read Alan Gauld's tutorial. The problem is, once I get > past the very basic

Re: [Tutor] trouble with "if"

2007-05-29 Thread Adam Urbas
ok well, I'm testing to see if the CC thing worked. On 5/29/07, Adam Urbas <[EMAIL PROTECTED]> wrote: > I'll try the CC thing. > > On 5/29/07, Adam Urbas <[EMAIL PROTECTED]> wrote: > > Well, Brian, I am now very sure that we have different versions of >

Re: [Tutor] gmail

2007-05-29 Thread Adam Urbas
> i'd be curious to see what happens if you > use the tag around your (properly) > indented code, e.g. > > > this = 1 > that = 0 > if this == 1 : > that = 1 > print that > > > > > On May 29, 2007, at 9:24 AM, Adam Urbas wrote:

Re: [Tutor] trouble with "if"

2007-05-29 Thread adam urbas
Date: Sun, 27 May 2007 15:10:08 -0400> From: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]> CC: tutor@python.org> Subject: Re: [Tutor] trouble with "if"> > adam urbas said unto the world upon 05/27/2007 01:49 PM:> > Thank you for the help Brian. I would like to ask

[Tutor] gmail

2007-05-29 Thread Adam Urbas
Hey, I have gmail now, but I'm not sure how to turn off HTML. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

[Tutor] square root

2007-05-27 Thread adam urbas
Hi all,I was just wondering how I would go about performing a square root thing, for my radiacir.py program. _ Change is good. See what’s different about Windows Live Hotmail. www.windowslive-hotmail.com/learnmore/default.html?locale=

Re: [Tutor] trouble with "if"

2007-05-27 Thread adam urbas
I thank you much Alan. This has been very helpful already and I'm only on page 2. The world needs more newb-friendly people like you.> To: tutor@python.org> From: [EMAIL PROTECTED]> Date: Thu, 24 May 2007 23:39:41 +0100> Subject: Re: [Tutor] trouble with "if"> > Hi adam. > > With the aid of Go

Re: [Tutor] trouble with "if"

2007-05-27 Thread adam urbas
t int trick, which I seem to have forgotten. And guess what that did it. It's amazing when you apply the things that you learn. Apparently I am quite absent minded. Well It seems I don't need any of this help anymore. Oh well. Thanks anyway.Au > To: tutor@python.org> Fro

Re: [Tutor] trouble with indents

2007-05-27 Thread adam urbas
Thanks for the clarification, but I'm still a tad confused. I'm not sure when to indent. I understand that it has to be done. That link was really confusing. Very newb non-friendly. Arrg... That site is doom. So confusing. I need somewhere to start from the beginning. This site uses all

Re: [Tutor] trouble with "if"

2007-05-27 Thread adam urbas
bit and it> > said:Feed Me! and I put 42, and it said >>> (I guess it's> > satisfied now, with the whole feeding). Well if I understood what> > 'str' meant, then I could probably figure the rest out. Well I> > have to go do other things so I&

[Tutor] error message questions

2007-05-27 Thread adam urbas
Hello all,I was wondering if there would be someone who would be able to give me a list of error messages and their meanings. I've attached this test.py to illustrate my problem. When I run the program, I am able to enter all the data, yet it will not calculate.It says:can't multiply sequence

Re: [Tutor] trouble with "if"

2007-05-23 Thread adam urbas
re the rest out. Well I have to go do other things so I'll save the rest of this figuring out till later.I shall return,Adam> Date: Wed, 23 May 2007 12:12:16 -0400> From: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]> CC: tutor@python.org> Subject: Re: [Tutor] trouble with &qu

Re: [Tutor] trouble with "if"

2007-05-23 Thread adam urbas
o type 'circle' instead of '1', you can do:> > if shape == "1" or shape == "circle":> > or alternatively:> > if shape in ["1","circle"]:> > > > Andre Engels> > 2007/5/23, adam urbas <[EMAIL PROTECT

Re: [Tutor] trouble with "if"

2007-05-23 Thread adam urbas
ext "1" is not equal to the> number 1, so this evaluates to False.> > Instead you should do:> > if shape == "1":> > To also be able to type 'circle' instead of '1', you can do:> > if shape == "1" or shape == "circle&quo

Re: [Tutor] two input acceptions

2007-05-23 Thread adam urbas
I figured out why it was asking for the radius of a square. It was because I had the if shape==1: thing on there. I was typing in rectangle and that was an else: function. How do i get it to accept both 1 and circle? I learned not to use else: unless I was completely sure that I could use it

Re: [Tutor] two input acceptions

2007-05-23 Thread adam urbas
L")to var=raw_input("LOL")then it displays>>>LOL>>>Not sure what that means, but yeah. Well thanks anyway.Adam> Date: Sat, 19 May 2007 01:47:51 +0100> From: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]; tutor@python.org> Subject: Re: [Tutor] two input accep

[Tutor] trouble with "if"

2007-05-23 Thread adam urbas
Hi all,I've been working with this new program that I wrote. I started out with it on a Ti-83, which is much easier to program than python. Now I'm trying to transfer the program to python but its proving to be quite difficult. I'm not sure what the whole indentation thing is for. And now I'

[Tutor] (no subject)

2007-05-11 Thread adam urbas
Hi,I just started python today and I would like a few pointers, if you don't mind. I tried using a tutorial, but was only able to get the correct results for the most basic problems. # Area calculation programprint “Welcome to the Area calculation program”print “–”print# Print out