Re: [Tutor] New to programming and python first minimilistic program (Bottles of beer), , please comment!

2009-06-17 Thread Emile van Sebille
On 6/17/2009 1:46 PM matthew andriani said... Hi Guys, I wrote this program for some practice to get into python..I'm trying to find fun ways to learn the language so if anyone has a challenge on this basic level using loops that sounds exciting please let me know.. Exciting? How about wri

Re: [Tutor] New to programming and python first minimilistic program (Bottles of beer), , please comment!

2009-06-17 Thread Gregor Lingl
matthew andriani schrieb: Hi Guys, I wrote this program for some practice to get into python..I'm trying to find fun ways to learn the language so if anyone has a challenge on this basic level using loops that sounds exciting please let me know.. If you think this program can be improved ple

Re: [Tutor] New to programming and python first minimilistic program (Bottles of beer), , please comment!

2009-06-17 Thread vince spicer
Like in any language there any number for ways, heres another b = "bottles of beer" w = "on the wall" bottles = range(1, 101) bottles.reverse() for bottle in bottles: print " %s %s %s if one of those bottles should happen to fall there'll be %s %s %s" % (bottle, b,w, bottle-1, b,w) Vince 200

[Tutor] New to programming and python first minimilistic program (Bottles of beer), , please comment!

2009-06-17 Thread matthew andriani
Hi Guys, I wrote this program for some practice to get into python..I'm trying to find fun ways to learn the language so if anyone has a challenge on this basic level using loops that sounds exciting please let me know.. If you think this program can be improved please let me know too :) b =

Re: [Tutor] New to programming and Python

2006-10-26 Thread Danny Yoo
On Thu, 26 Oct 2006, Jorge Azedo wrote: First off, I don't know if I'm doing this right, I've never used a mailing list before, so I'm not sure if I'm sending this to the right place. Thanks for all the help you guys gave me ( e vocês também pessoal, é bom saber que há pessoal português po

Re: [Tutor] New to programming and Python

2006-10-26 Thread Jorge Azedo
First off, I don't know if I'm doing this right, I've never used a mailing list before, so I'm not sure if I'm sending this to the right place. Thanks for all the help you guys gave me ( e vocês também pessoal, é bom saber que há pessoal português por aqui :-) ). I'll try and read as many tutor

Re: [Tutor] New to programming and Python (Jorge Azedo)

2006-10-26 Thread Kent Johnson
tando [EMAIL PROTECTED]: >> >> >>>>2. New to programming and Python (Jorge Azedo) >>>> >>> 7. Re: New to programming and Python (rolando) >>> >>> >>> Date: Thu, 26 Oct 2006 09:44:41 +0100 >>> From: rol

Re: [Tutor] New to programming and Python (Jorge Azedo)

2006-10-26 Thread rolando
> Força, isto no inicio parece confuso, mas breve faz-se luz! > > Paulino > > > Citando [EMAIL PROTECTED]: > > >>>2. New to programming and Python (Jorge Azedo) >>> >>7. Re: New to programming and Python (rolando) >> >> >

Re: [Tutor] New to programming and Python (Jorge Azedo)

2006-10-26 Thread paulino1
: Thu, 26 Oct 2006 09:44:41 +0100 > From: rolando <[EMAIL PROTECTED]> > Subject: Re: [Tutor] New to programming and Python > To: tutor@python.org > Message-ID: <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=ISO-8859-1; format=flowed > > Jorge Azedo escreve

Re: [Tutor] New to programming and Python

2006-10-26 Thread Kent Johnson
Jorge Azedo wrote: > Hi guys ( and gals ) > > I'm totally new to the whole programming scene (I decided to enter it > for many reasons, one of which is the fact that I *want* to know how to > program my computer) and I decided to start out with Python. I'm reading > lots of tutorials on it, try

Re: [Tutor] New to programming and Python

2006-10-26 Thread rolando
Jorge Azedo escreveu: > Hi guys ( and gals ) > > I'm totally new to the whole programming scene (I decided to enter it > for many reasons, one of which is the fact that I *want* to know how to > program my computer) and I decided to start out with Python. I'm reading > lots of tutorials on it, t

Re: [Tutor] New to programming and Python

2006-10-26 Thread Chris Hengge
I'm sure I speak for us all when I ask what sort of things are giving you problems? Maybe that would help us point you in the right direction. Good Luck!On 10/25/06, Jorge Azedo <[EMAIL PROTECTED]> wrote: Hi guys ( and gals )I'm totally new to the whole programming scene (I decided to enter itfor

[Tutor] New to programming and Python

2006-10-25 Thread Jorge Azedo
Hi guys ( and gals ) I'm totally new to the whole programming scene (I decided to enter it for many reasons, one of which is the fact that I *want* to know how to program my computer) and I decided to start out with Python. I'm reading lots of tutorials on it, trying to understand how to work w