Re: [Tutor] (no subject)

2007-06-29 Thread Michael Sullivan
On Fri, 2007-06-29 at 09:54 -0400, Jason Bertrand wrote: > Please remove me from the mailing list. > > Thank you > > Jason P Bertrand > JPB Enterprises > www.businessloansandleasing.com > (860) 982-5334 No one can do that except you. Look at the list headers to see how. __

[Tutor] An Introduction and a question

2006-06-09 Thread Michael Sullivan
My name is Michael Sullivan. I am a 26 year-old college student in Oklahoma. My wife and I have a small (three PCs) computer network that we operate out of our home. We have our own domain (as one could tell by examining my email address) I have novice-level experience with VB, C/C++, Java, and

Re: [Tutor] An Introduction and a question (continuing)

2006-06-09 Thread Michael Sullivan
OK. I've got it working this far. Now I want the script to generate eight pieces, each with a random colour. Here's my current code: #!/usr/bin/env python import random import time import math class LinePuzzlePiece: """This class defines a single playing piece for LinePuzzle""" def __in

Re: [Tutor] An Introduction and a question

2006-06-10 Thread Michael Sullivan
On Sat, 2006-06-10 at 03:27 +0100, Jonathon Sisson wrote: > Michael Sullivan wrote: > > Here's the situation: My wife likes to play the game Chuzzle, found at > > Yahoo Games. We use primarily Linux, however Chuzzle is written as an > > ActiveX control, which only wor

Re: [Tutor] connect to a remote machine - Linux

2006-06-11 Thread Michael Sullivan
On Sun, 2006-06-11 at 15:19 +, Patricia wrote: > Hi All, > > I need to connect to a remote computer on the same network to store data into > its mysql database, and I need to do this using python script. > > Although I've used mysql and python before, I have no idea how to access a > remote

Re: [Tutor] assignment statements in python

2006-06-12 Thread Michael Sullivan
On Sun, 2006-06-11 at 22:14 -0400, Kermit Rose wrote: > Message: 1 > Date: Sun, 11 Jun 2006 06:58:39 -0400 > From: Kent Johnson <[EMAIL PROTECTED]> > Subject: Re: [Tutor] buggy bug in my program > Cc: tutor@python.org > > Assignment in Python is not a copy, it is a name binding. Assignment > cr

Re: [Tutor] Python related mags

2006-06-12 Thread Michael Sullivan
On Mon, 2006-06-12 at 21:13 -0400, Andrew Robert wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Now that is a real pity. > > Wish I were talented enough to do it myself. Someone could do something like Tux Magazine (http://www.tuxmagazine.org/) . Each month they put out a free Lin

Re: [Tutor] Python related mags

2006-06-13 Thread Michael Sullivan
On Tue, 2006-06-13 at 16:49 +, ingo wrote: > in news:[EMAIL PROTECTED] Evans Anyokwu wrote: > > > But then again, who is going to initiate the first move?? > > > > Here's a name: Monthly Python Yes. They had a large influence in the birth of the language, but I'm not so sure if they still

Re: [Tutor] Beginner question(s)

2006-06-18 Thread Michael Sullivan
gt; > print i, > > > > but I just get the numeric values of the string. Can anyone help? > I'm a python beginner myself, but shouldn't that last "print i" be "print message[i]? As it stands, you're only printing the numeric value 'i