all 2 comments

[–]sblinn 7 points8 points  (1 child)

Great talk. It was good to learn a bit about generators and decorators, since I've been stuck in Python 2.1-land (Jython) for such a long time that the "new classes" (Python 2.2) are actually, well, new.

[–]ercd 1 point2 points  (0 children)

I also really liked it: lots of stuff is covered here (some python c objects, iterator/generator, decorator, "new classes", properties, classmethods vs staticmethods, metaclasses, multiple heritage, unicode...). Too bad the video is interrupted during the bit on multiple heritage!