Skip to content
PythonCHB edited this page Jul 11, 2012 · 2 revisions

PyCon 2012 Videos

A whole bunch (all?) of the talks from PyCon 2012 are on line as videos. Here are a few I recommend:

The Art of Subclassing

Raymond Hettinger

The Art of Subclassing

Stop Writing Classes

Jack Diederich

If your class has only two methods -- and one of them is __init__ -- you don't need a class

Stop Writing Classes

Forgiveness or Permission

Alex Martelli

Good talk on Grace Hopper's: It's easier to ask forgiveness than permission -- in Python and other CS topics

Forgiveness or Permission