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


Groups > comp.lang.python > #24445

Re: How can i call array_length to get the length of array object?

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.014
X-Spam-Evidence '*H*': 0.97; '*S*': 0.00; 'python.': 0.02; 'subject:How': 0.09; '__name__': 0.09; 'lawrence': 0.09; 'terry': 0.09; 'python': 0.10; 'jan': 0.11; 'finney': 0.16; 'received:80.91': 0.16; 'received:80.91.229': 0.16; 'received:gmane.org': 0.16; 'received:list': 0.16; 'reedy': 0.16; 'subject:array': 0.16; 'subject:object': 0.16; 'wrote:': 0.17; 'thorough': 0.18; '>>>': 0.22; 'header:In-Reply-To:1': 0.23; 'tutorial': 0.24; 'header:User-Agent:1': 0.26; 'post': 0.27; 'header:X-Complaints-To:1': 0.28; '>>>>': 0.29; 'end,': 0.29; 'questions?': 0.29; 'writes:': 0.29; 'this.': 0.29; 'am,': 0.30; 'url:python': 0.31; 'case,': 0.32; 'subject:?': 0.33; 'getting': 0.35; 'comment': 0.35; 'ben': 0.35; 'to:addr:python-list': 0.35; 'url:org': 0.35; 'beginning': 0.36; 'but': 0.36; 'subject:: ': 0.37; 'method': 0.39; 'to:addr:python.org': 0.39; 'too': 0.39; 'why': 0.39; 'received:org': 0.39; 'header:Received:5': 0.39; 'where': 0.40; 'keep': 0.61; 'more': 0.63; 'believe': 0.68; 'expression': 0.72; 'saw': 0.76; 'subject:get': 0.81; 'bloody': 0.84; 'deserves': 0.84; 'received:fios.verizon.net': 0.84; 'url:tutorial': 0.84; 'lazy': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Terry Reedy <tjreedy@udel.edu>
Subject Re: How can i call array_length to get the length of array object?
Date Mon, 25 Jun 2012 16:20:58 -0400
References <1340524913.38366.YahooMailClassic@web164603.mail.gq1.yahoo.com> <1340525704.2880.YahooMailClassic@web164605.mail.gq1.yahoo.com> <mailman.1454.1340541869.4697.python-list@python.org> <87pq8orxzn.fsf@benfinney.id.au> <js9muq$iu9$1@dough.gmane.org>
Mime-Version 1.0
Content-Type text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host pool-74-109-121-73.phlapa.fios.verizon.net
User-Agent Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1
In-Reply-To <js9muq$iu9$1@dough.gmane.org>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
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.1498.1340655907.4697.python-list@python.org> (permalink)
Lines 32
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1340655908 news.xs4all.nl 6882 [2001:888:2000:d::a6]:32777
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:24445

Show key headers only | View raw


On 6/25/2012 8:54 AM, Mark Lawrence wrote:
> On 25/06/2012 02:17, Ben Finney wrote:
>> Mark Lawrence<breamoreboy@yahoo.co.uk>  writes:
>>
>>> On 24/06/2012 09:15, gmspro wrote:
>>>
>>>> Why __len__() where the original name if array_length? Why is method
>>>> names like __NAME__ ?
>>
>> These are questions answered by getting a thorough grounding in the
>> fundamentals of Python. Please follow the Python tutorial
>> <URL:http://docs.python.org/tutorial/>, from beginning to end, to learn
>> about the basics like this.
>>
>>> Why are you too bloody lazy to do any research before you post
>>> questions?
>>
>> I understand your frustration in this case, but there's no call for such
>> vitriol. Please keep it off this forum.
>>
>
>  From http://www.thefreedictionary.com/vitriol - "Bitterly abusive
> feeling or expression."  I do not believe that my comment above deserves
> the term vitriol.

I saw it more as sarcasm and an expression of frustration.

-- 
Terry Jan Reedy


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


Thread

Re: How can i call array_length to get the length of array object? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-06-24 13:45 +0100
  Re: How can i call array_length to get the length of array object? Ben Finney <ben+python@benfinney.id.au> - 2012-06-25 11:17 +1000
    Re: How can i call array_length to get the length of array object? Mark Lawrence <breamoreboy@yahoo.co.uk> - 2012-06-25 13:54 +0100
    Re: How can i call array_length to get the length of array object? Terry Reedy <tjreedy@udel.edu> - 2012-06-25 16:20 -0400

csiph-web