function v. method
Bruno Desthuilliers
onurb at xiludom.gro
Fri Jul 21 04:49:57 EDT 2006
danielx wrote:
> Bruno Desthuilliers wrote:
>
>>danielx wrote:
>>
(snip)
>>>
>>>Obviously, such things would be omitted from your docs, but users also
>>>learn by interacting with Python, which is really one of Python's great
>>>virtues. When supporting documents aren't sufficient to learn an api
>>>(I'm sure this never happens, so just humor me), you can always turn to
>>>interactive Python.
>>
>>...and source code...
>
>
> *shudders* What happened to all the goodness of abstraction?
Compared to machine language, Python source code is really abstration.
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"
More information about the Python-list
mailing list