Method / Functions - What are the differences?

John Posner jjposner at optimum.net
Sun Mar 21 19:28:43 EDT 2010


On 3/21/2010 5:34 PM, Aahz wrote:
> In article<mailman.555.1268232321.23598.python-list at python.org>,
> John Posner<jjposner at optimum.net>  wrote:
>>
>> Bruno (and anyone else interested) --
>>
>> As I promised/threatened, here's the *start* of a write-up on
>> properties, aimed at non-advanced Python programmers:
>>
>>    http://www.jjposner.net/media/python-properties-0310.pdf
>
> I'm interested, but not interested enough to download a PDF and fire up
> a PDF reader.  Are you really using features that require PDF instead of
> just writing a web page?


No, I compose text using a WYSIWYG editor, and I assumed that PDF was a 
convenient format for others.

I've been working on the writeup, and marking it up for use on the 
Python Wiki. So I've gone ahead and published it:

  http://wiki.python.org/moin/ComputedAttributesUsingPropertyObjects

For good measure, I've also been working on an updated writeup for 
"property" in the "Built-in Functions" section of the official Python 
docs. A draft is in HTML format at:

  http://cl1p.net/jjp_python_property_ref.html/

Thanks for your interest! All comments are most welcome.

-John





More information about the Python-list mailing list