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 revers word program here. I used the for c in word one

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-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: I just

Re: [Tutor] Calculator research

2007-06-09 Thread Adam Urbas
] 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 beginners project. But you should go through one of the tutorials first because you are still asking

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

2007-06-02 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

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

2007-05-30 Thread Adam Urbas
] wrote: 2007/5/30, Brian van den Broek [EMAIL PROTECTED]: Another fwd, folks. Brian vdB Original Message Subject: Re: [Tutor] trouble with if Date: Tue, 29 May 2007 23:28:46 -0500 From: Adam Urbas [EMAIL PROTECTED] To: Brian van den Broek [EMAIL PROTECTED] References

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

2007-05-30 Thread Adam Urbas
(): 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 says things like ERROR: Inconsistent

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

2007-05-30 Thread Adam Urbas
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 van den Broek [EMAIL PROTECTED] wrote: Adam Urbas said unto the world

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):. I'm not too concerned

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

2007-05-30 Thread Adam Urbas
that 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 [EMAIL

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. If you select circle

[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

Re: [Tutor] trouble with if

2007-05-29 Thread adam urbas
: [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 you about these things. Which one of the examples you gave would be most fool proof

Re: [Tutor] gmail

2007-05-29 Thread Adam Urbas
happens if you use the PRE tag around your (properly) indented code, e.g. PRE this = 1 that = 0 if this == 1 : that = 1 print that /PRE On May 29, 2007, at 9:24 AM, Adam Urbas wrote: Hey, I have gmail now, but I'm not sure how to turn off HTML

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 basics of something, I tend

[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-27 Thread adam urbas
Thank you for the help Brian. I would like to ask you about these things. Which one of the examples you gave would be most fool proof. Date: Wed, 23 May 2007 13:40:09 -0400 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: tutor@python.org Subject: Re: [Tutor] trouble with if adam urbas said

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
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 From: [EMAIL PROTECTED] Date: Thu, 24 May 2007 23:34:05 +0100 Subject: Re: [Tutor] trouble with if adam urbas [EMAIL PROTECTED] wrote It won't even accept words

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 Google it

[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.

[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

Re: [Tutor] two input acceptions

2007-05-23 Thread adam urbas
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 acceptions adam urbas escreveu: Thanks for the help. I've made quite some progress since I first posted this email. I have a question though, what

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

Re: [Tutor] trouble with if

2007-05-23 Thread adam urbas
do: if shape == 1: To also be able to 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 PROTECTED]: Hi all, I've been working with this new program that I wrote. I started

Re: [Tutor] trouble with if

2007-05-23 Thread adam urbas
Engels 2007/5/23, adam urbas [EMAIL PROTECTED]: 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

Re: [Tutor] trouble with if

2007-05-23 Thread adam urbas
Date: Wed, 23 May 2007 12:12:16 -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/23/2007 11:57 AM:Hi all,I've been working with this new program that I wrote. I started out

[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