Is It Worth Describing Obscure Features?
I'm rewriting Building Skills in Python. 2.7 is out. As more libraries make the move, 3.1 is getting more and more viable.
I'm looking closely at the Decorators chapter (Part 3, Chapter 6).
And I'm struggling with classmethod. It's a first-class part of Python. And I'm sure there …
more ...