Python Attributes and Methods

16

Author: JT Smith

In this series of two articles, learn about non-obvious features and misfeatures that have been added to the last several Python versions, with the goal of helping part-time Python programmers uncover the gems while avoiding the pitfalls. This installment adds attributes and methods, descriptors, and properties to the discussion, while the first article covers sequences and comparisons.

Link: developerWorks