Re: OO re-factoring (was Pythonese/Efficiency/Generalese critique [on Tutor])

2005-06-08 Thread Lee Cullens
Thanks for the comment Dan,Yes, that much I'm aware of.  I just thought I'd refactor my little utility in an OO approach as an exercise.  What I've learned so far is that my non-OO approach is in this situation very efficient, succinct and non-duplicative.  Except for avoiding multiple argument pas

Re: OO re-factoring (was Pythonese/Efficiency/Generalese critique [on Tutor])

2005-06-08 Thread Lee Cullens
honese/Efficiency/Generalese critique [on Tutor])On Wed, 8 Jun 2005 00:52:06 -0400,Lee Cullens <[EMAIL PROTECTED]> wrote: ... My thinking is that class/subclass method instances would replacethe recursive functions approach, but have as yet not formed thecoding in my mind. I don't remember

OO re-factoring (was Pythonese/Efficiency/Generalese critique [on Tutor])

2005-06-07 Thread Lee Cullens
In my original post I noted my recent exposure to Python and put up a little utility to my iDisk asking for a Pythonese/Efficiency/ Generalese critique. Javier, Kent and Liam were gracious enough to offer comments, which were greatly appreciated. To follow through with the learning exercis

RE: Python Interest Group Query

2005-05-16 Thread Lee Cullens
Python Interest Group Query I'm aware of the Boston PIG, a smaller one in Amherst and have been told that there is possibly a PIG in Manchester, NH. Basically I'm trying to find out if there are any, or any interest in (or even any other Python users at all :~)) in a PIG in the northern NE

RE: An example in point 2

2005-05-15 Thread Lee Cullens
    From:       [EMAIL PROTECTED]    Subject:     RE:  An example in point 2    Date:     May 15, 2005 8:35:01 PM EDT    To:       [EMAIL PROTECTED]I guess Python is just a cover for this list.  Since the holly rollers can post whatever they want, now the survivalists are chiming in also.  Yet Pyth

Re: Regular Expression tools?

2005-05-04 Thread Lee Cullens
05 7:43:43 AM EDT To: python-list@python.org Subject: Re: Regular Expression tools? Lee Cullens wrote: Been here before, but can't remember what I used and anyway that was a PC platform. So, if you use a Regular Expression tool (PCRE standard) for Python programming and your development pl

Re: Regular Expression tools?

2005-05-04 Thread Lee Cullens
Tim Henderson: > I am not quite sure what you want. However if you are looking for > Python's regular expression module it is the re module. Just go to > interactive help and view the api for it. Thanks Tim, I found RegexPlor - not as full as I was thinking of, but it does the job. Lee C -- h

RE: Regular Expression tools?

2005-05-03 Thread Lee Cullens
Been here before, but can't remember what I used and anyway that was a PC platform. So, if you use a Regular Expression tool (PCRE standard) for Python programming and your development platform is Mac OS X, would you please help narrow down the search for me. All I seem to be finding are other

Re: MRO problems with diamond inheritance?

2005-05-01 Thread Lee Cullens
Michele Simionato: >> M.E.Farmer: > >> Your answer lies somewhere in this page ;) >> http://www.python.org/2.2.2/de­scrintro.html > > Yes, when it refers to > > http://www.python.org/2.3/mro.html > > (section Bad Method Resolution Orders). > > In short, it is a feature, not a bug. I wanted to th

Re: My personal candidate for QOTW (was: Python interpreter in Basic or a Python-2-Basic translator.)

2005-05-01 Thread Lee Cullens
From: Leif Biberg Kristensen <[EMAIL PROTECTED]> Date: May 1, 2005 2:13:43 PM EDT To: python-list@python.org Subject: Re: My personal candidate for QOTW (was: Python interpreter in Basic or a Python-2-Basic translator.) Cameron Laird skrev: In article <[EMAIL PROTECTED]>, Engineer <[EMAIL PROTE