[Tutor] Getting Started with Python

2006-09-11 Thread Will Shattuck
and a programmer by yearning. :) Ok enough... Thanks for your time. Will -- Will Shattuck ( willshattuck.at.gmail.com ) Home Page: http://www.thewholeclan.com/will When you get to your wit's end, you'll find God lives there. ___ Tutor mail

[Tutor] Problems with Python Modules

2006-09-16 Thread Will Shattuck
les\VDMSound;c:\Program Files\Microsoft SQL Server\90\Tools\binn\ == Thanks for any help. I just don't know where to start looking. Will -- Will Shattuck ( willshattuck.at.gmail.com ) Home Page: http://www.thewholeclan.com/will W

[Tutor] Creating Adventure Games Python Port - Chapter 2

2006-10-01 Thread Will Shattuck
1 = 0 coin2 = 0 coin1 = random.randint(1, 10) coin2 = random.randint(1, 10) if coin1 <= 5: print "Coin1 is Heads" else: print "Coin1 is Tails" if coin2 <= 5: print "Coin2 is Heads" else: print "Coin2 is Tails" =

[Tutor] Is my Python install hosed?

2006-10-01 Thread Will Shattuck
eb, but not others. I do make sure that the prereqs are met. Thanks for any help, Will -- Will Shattuck ( willshattuck.at.gmail.com ) Home Page: http://www.thewholeclan.com/will When you get to your wit's end, you'll find God lives there. ___

Re: [Tutor] Is my Python install hosed?

2006-10-01 Thread Will Shattuck
On 10/1/06, John Fouhy <[EMAIL PROTECTED]> wrote: > On 02/10/06, Will Shattuck <[EMAIL PROTECTED]> wrote: > > I'm going through the tutorial "Learning to Program" at > > http://www.freenetpages.co.uk/hp/alan.gauld/. I reached the section > > talki

Re: [Tutor] Creating Adventure Games Python Port - Chapter 2

2006-10-01 Thread Will Shattuck
ils', 'tails', 'tails', 'heads', > 'heads', 'heads', 'heads'] > Thanks all. My main intent is to keep it simple. I may expand some of these code samples into my own sort or tutorial on python. Some say that if you can teach so

[Tutor] Building Project Management Software

2007-04-03 Thread Will Shattuck
st place to start be? Thanks, Will -- Will Shattuck http://www.willshattuck.com http://www.willthecomputerguy.com "When you get to your wit's end, you'll find God lives there." ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor