Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #34716

Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes

Path csiph.com!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <dave@cinege.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.058
X-Spam-Evidence '*H*': 0.88; '*S*': 0.00; 'see.': 0.07; 'python': 0.09; 'subject:using': 0.09; 'dec': 0.15; 'did.': 0.16; 'from:addr:dave': 0.16; 'sorts': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'creates': 0.18; 'sort': 0.21; 'cc:2**1': 0.24; 'header:In- Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'cc:addr:gmail.com': 0.27; "doesn't": 0.28; 'lines': 0.28; 'chris': 0.28; "d'aprano": 0.29; 'reduced': 0.29; 'steven': 0.29; 'though.': 0.29; 'probably': 0.29; 'code': 0.31; 'point': 0.31; 'december': 0.32; 'asked': 0.33; 'wednesday': 0.33; 'anyone': 0.33; 'to:addr:python-list': 0.33; 'changed': 0.34; 'pm,': 0.35; 'posting': 0.35; 'something': 0.35; 'there': 0.35; 'list.': 0.35; '12,': 0.36; 'should': 0.36; 'charset:us-ascii': 0.36; 'does': 0.37; 'why': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'think': 0.40; 'your': 0.60; 'share': 0.61; 'header:Message-Id:1': 0.62; 'worth': 0.63; 'here': 0.65; 'grow': 0.74; '+1100': 0.84; 'oss': 0.84; 'skin': 0.84; 'attention:': 0.93
From Dave Cinege <dave@cinege.com>
To python-list@python.org
Subject Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes
Date Wed, 12 Dec 2012 13:13:31 -0500
User-Agent KMail/1.13.5 (Linux/2.6.32-5-686; KDE/4.4.5; i686; ; )
References <mailman.705.1355198321.29569.python-list@python.org> <CAPTjJmo+A8NSMkgNw=1u=rs05PiXg=bhPLXTQ6hXVkOkPMfX6w@mail.gmail.com> <20121212052511.293728de@dilbert>
In-Reply-To <20121212052511.293728de@dilbert>
MIME-Version 1.0
Content-Type Text/Plain; charset="us-ascii"
Content-Transfer-Encoding 7bit
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.792.1355336026.29569.python-list@python.org> (permalink)
Lines 31
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1355336026 news.xs4all.nl 6844 [2001:888:2000:d::a6]:41184
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:34716

Show key headers only | View raw


On Wednesday 12 December 2012 05:25:11 D'Arcy J.M. Cain wrote:

As a 16yr OSS vet I know that for every 1 person that that actually creates 
something there will always be 2000 people to bitch about it. My skin isn't 
thin, I just don't give a shit to listen to anyone one that doesn't get it.

The point to Thesaurus for those that want to pay attention:
The concept in these ~25 lines of code have changed the way I program Python
and reduced existing functionally identical code up to 30%...and I like the 
code better.

If that doesn't peak your interest, then move on...nothing here for you to 
see.

If you feel it needs to be expanded/corrected, do it and share it. If you can 
do it better, re-implement it. That's why I sent it to the mailing list.


> On Wed, 12 Dec 2012 17:44:24 +1100
> 
> Chris Angelico <rosuav@gmail.com> wrote:
> > On Wed, Dec 12, 2012 at 5:34 PM, Steven D'Aprano
> > 
> > <steve+comp.lang.python@pearwood.info> wrote:
> > > and you consider this "not productive, not worth my time". Code
> > > review with you must be *all* sorts of fun.
> > 
> > He never asked for code review :)
> 
> I think by posting it he sort of did.  He should probably grow a
> thicker skin before he does so again though.

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Dave Cinege <dave@cinege.com> - 2012-12-10 22:48 -0500
  Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-12-11 08:12 +0000
    Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Dave Cinege <dave@cinege.com> - 2012-12-11 16:08 -0500
      Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-12-12 06:34 +0000
      Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-12-12 06:34 +0000
        Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Chris Angelico <rosuav@gmail.com> - 2012-12-12 17:44 +1100
        Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes "D'Arcy J.M. Cain" <darcy@druid.net> - 2012-12-12 05:25 -0500
  Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Dave Cinege <dave@cinege.com> - 2012-12-12 13:13 -0500
  Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-12-12 23:56 +0000
    Re: ANNOUNCE: Thesaurus - a recursive dictionary subclass using attributes Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2012-12-13 00:15 +0000

csiph-web