My python annoyances so far

Sion Arrowsmith siona at chiark.greenend.org.uk
Mon Apr 30 09:03:40 EDT 2007


7stud  <bbxx789_05ss at yahoo.com> wrote:
>I know what you mean.  I always write:
>
>someStringVar.len
>
>and then I backspace and retype:
>
>len(someString).
>
>But then again, I can never remember whether length is a member or a
>method in other languages.

... or whether it's called length, size, count or len. Or even
whether the language is consistent from one container class to
the next.

-- 
\S -- siona at chiark.greenend.org.uk -- http://www.chaos.org.uk/~sion/
   "Frankly I have no feelings towards penguins one way or the other"
        -- Arthur C. Clarke
   her nu becomeþ se bera eadward ofdun hlæddre heafdes bæce bump bump bump



More information about the Python-list mailing list