An Introduction To Python Objects Using IPython (Part-1)
If you have written any Python code at all, you have been using objects all along. We use the IPython shell to show how objects and methods work at the most basic level. See here (effbot.org) for a brief background to objects.