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


Groups > comp.lang.python > #61983

Re: Comparing values of counter in python 3.3

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.040
X-Spam-Evidence '*H*': 0.93; '*S*': 0.01; '16,': 0.03; 'cc:addr :python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:3.3': 0.16; 'subject:values': 0.16; 'subject:python': 0.16; 'wrote:': 0.18; 'machine': 0.22; 'python?': 0.22; 'cc:addr:python.org': 0.22; 'library,': 0.24; 'mon,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'dec': 0.30; 'message-id:@mail.gmail.com': 0.30; 'keys': 0.31; 'question:': 0.31; 'checking': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'list.': 0.37; 'pm,': 0.38; 'anything': 0.39; 'name': 0.63; 'answer:': 0.84; 'rusi': 0.91; 'to:none': 0.92; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=XUhc9r2Odv7iucK/53fLU78yaudKKvXbBryzDVfLtoM=; b=TlxsNsaL3tCVBa6lMK2MBdFZSLNbqX763U2itAsJoPZltZ0NEL1eZFxgdBSPgM/wAS kbLEP0U43nkhAKRD0HBiAk0q6Wx8KyWykB6Z3ZhkJcM6Ty1VULHiawm3lq9PyEA+ZNbz qyWSlxd9Knb5Wp5c619xsONFI9IEYZSGksuFnfcQUnOG0INM6t1oaR/Q0uGN2HRtOx5h 40+BoFgIlWIYeAE7Q2rRwQLzg/Bv7U25/FOuvGfKC56yxfskTvwlIXsL36m4tCglmJg/ T2qQt4lGRl85CEch4SgJBE9aVj9C7u5aWl8vsT8Dh+48SQ6qRAOdvnuVxBoLqJKo+v9C wkqw==
MIME-Version 1.0
X-Received by 10.66.66.234 with SMTP id i10mr17223528pat.127.1387161449327; Sun, 15 Dec 2013 18:37:29 -0800 (PST)
In-Reply-To <905d6e7e-6748-42dd-8b63-d80a4d175914@googlegroups.com>
References <7b7028b8-5de0-4a3a-a23b-2e19fe859955@googlegroups.com> <l8lmq6$6ps$1@dont-email.me> <905d6e7e-6748-42dd-8b63-d80a4d175914@googlegroups.com>
Date Mon, 16 Dec 2013 13:37:29 +1100
Subject Re: Comparing values of counter in python 3.3
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4164.1387161457.18130.python-list@python.org> (permalink)
Lines 10
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1387161457 news.xs4all.nl 2882 [2001:888:2000:d::a6]:57307
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:61983

Show key headers only | View raw


On Mon, Dec 16, 2013 at 1:32 PM, rusi <rustompmody@gmail.com> wrote:
> But 'counter' is a strange name -- after checking whether
> 'bag' and 'multiset' are there in the library, I would not think to
> check anything else.

Which is why we have this list. Question: Is there a way to do x, y,
and z, in Python? Answer: Check out this module! *returns time machine
keys to Guido*

ChrisA

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


Thread

Comparing values of counter in python 3.3 Amjad Syed <amjadcsu@gmail.com> - 2013-12-11 23:49 -0800
  Re: Comparing values of counter in python 3.3 Wolfgang Maier <xpysol@gmail.com> - 2013-12-12 01:55 -0800
    Re: Comparing values of counter in python 3.3 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-12 10:11 +0000
  Re: Comparing values of counter in python 3.3 alex23 <wuwei23@gmail.com> - 2013-12-16 11:59 +1000
    Re: Comparing values of counter in python 3.3 rusi <rustompmody@gmail.com> - 2013-12-15 18:32 -0800
      Re: Comparing values of counter in python 3.3 Chris Angelico <rosuav@gmail.com> - 2013-12-16 13:37 +1100
      Re: Comparing values of counter in python 3.3 Roy Smith <roy@panix.com> - 2013-12-15 21:40 -0500
        Re: Comparing values of counter in python 3.3 rusi <rustompmody@gmail.com> - 2013-12-15 19:28 -0800
        Re: Comparing values of counter in python 3.3 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-12-16 09:20 +0000
      Re: Comparing values of counter in python 3.3 Devin Jeanpierre <jeanpierreda@gmail.com> - 2013-12-16 01:50 -0800

csiph-web