Chris Curvey: Encapsulation in Python Classes

Date: Wednesday, November 2nd @ 7pm

There's lots of ways to store member variables in a Python object. This presentation will survey different modifiers (underscores) for member variables, as well as "magic" functions (get/setattr and get/setattribute), as well as the use of properties. Feel free to bring a laptop and play along while we go through the examples.