Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #24429
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.008 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'python.': 0.02; 'from:addr:yahoo.co.uk': 0.04; 'subject:How': 0.09; '__name__': 0.09; 'lawrence': 0.09; 'python': 0.10; 'finney': 0.16; 'received:80.91': 0.16; 'received:80.91.229': 0.16; 'received:gmane.org': 0.16; 'received:list': 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; 'end,': 0.29; 'questions?': 0.29; 'writes:': 0.29; 'this.': 0.29; '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; 'believe': 0.68; 'subject:get': 0.81; 'bloody': 0.84; 'deserves': 0.84; 'url:tutorial': 0.84; 'lazy': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
| Subject | Re: How can i call array_length to get the length of array object? |
| Date | Mon, 25 Jun 2012 13:54:18 +0100 |
| 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> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | host-78-147-188-96.as13285.net |
| User-Agent | Mozilla/5.0 (Windows NT 6.0; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 |
| In-Reply-To | <87pq8orxzn.fsf@benfinney.id.au> |
| X-Antivirus | avast! (VPS 120625-0, 25/06/2012), Outbound message |
| X-Antivirus-Status | Clean |
| 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.1488.1340628785.4697.python-list@python.org> (permalink) |
| Lines | 29 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1340628785 news.xs4all.nl 6896 [2001:888:2000:d::a6]:57985 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:24429 |
Show key headers only | View raw
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. -- Cheers. Mark Lawrence.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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