[Baypiggies] Python Standardized Skill Scoring Chart

Michiel Overtoom motoom at xs4all.nl
Fri Apr 19 12:09:27 CEST 2013


On Apr 17, 2013, at 19:29, Glen Jarvis wrote:

> 7 - Knows basic decorator usages; Why it's useful (DRY); and has at least concept of how to write one
> 8 - Knows how to write decorators; Knows what Meta Classes are and how to write one
> 9 - Knows internals of Python such as "dis" library

Between 8 and 9, I'd add 'descriptors'. These are used behind the scenes for static/classmethods, properties etc... Interesting post by GvR:

  http://python-history.blogspot.nl/2010/06/inside-story-on-new-style-classes.html

Greetings,

-- 
"If you don't know, the thing to do is not to get scared, but to learn." - Ayn Rand      





More information about the Baypiggies mailing list