Topic for Final: Creating an object in Python

Aug 2, 2013 • David Merand

I propose to prepare a lesson showing how Python instantiates an instance of a class.

I will cover how the __init__ method is used as a constructor and also the use of “self”.

If time permits I will also cover the concept of member attributes.