Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #24391 > unrolled thread
| Started by | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| First post | 2012-06-24 13:45 +0100 |
| Last post | 2012-06-25 16:20 -0400 |
| Articles | 4 — 3 participants |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
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
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2012-06-24 13:45 +0100 |
| Subject | Re: How can i call array_length to get the length of array object? |
| Message-ID | <mailman.1454.1340541869.4697.python-list@python.org> |
On 24/06/2012 09:15, gmspro wrote: > Why __len__() where the original name if array_length? Why is method names like __NAME__ ? > Why are you too bloody lazy to do any research before you post questions? -- Cheers. Mark Lawrence.
[toc] | [next] | [standalone]
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Date | 2012-06-25 11:17 +1000 |
| Message-ID | <87pq8orxzn.fsf@benfinney.id.au> |
| In reply to | #24391 |
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. -- \ “Pinky, are you pondering what I'm pondering?” “Wuh, I think | `\ so, Brain, but wouldn't anything lose its flavor on the bedpost | _o__) overnight?” —_Pinky and The Brain_ | Ben Finney
[toc] | [prev] | [next] | [standalone]
| From | Mark Lawrence <breamoreboy@yahoo.co.uk> |
|---|---|
| Date | 2012-06-25 13:54 +0100 |
| Message-ID | <mailman.1488.1340628785.4697.python-list@python.org> |
| In reply to | #24409 |
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.
[toc] | [prev] | [next] | [standalone]
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2012-06-25 16:20 -0400 |
| Message-ID | <mailman.1498.1340655907.4697.python-list@python.org> |
| In reply to | #24409 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web