Re: Python - Getting Imports Working

  • From: "rrdinger" <rrdinger@xxxxxxxxxx>
  • To: <programmingblind@xxxxxxxxxxxxx>
  • Date: Fri, 28 Dec 2007 07:51:05 -0800

Python confuses things further by making everything an object e.g. classes, functions, as well as normal OO objects like instances of classes.


Richard
----- Original Message ----- From: "Jamal Mazrui" <empower@xxxxxxxxx>
To: <programmingblind@xxxxxxxxxxxxx>
Sent: Friday, December 28, 2007 4:31 AM
Subject: Re: Python - Getting Imports Working


Regarding the wording issue, an object is an instance of a class.  I think
it is acceptable to say either instantiate a class or instantiate an
object, since the former is referring to what is being instantiated and
the latter is referring to what has become instantiated.  The latter is
more common because one can then naturally refer to "the object" in
subsequent sentences (the object rather than class is then the primary
concern).

Jamal

__________
View the list's information and change your settings at
//www.freelists.org/list/programmingblind



__________
View the list's information and change your settings at //www.freelists.org/list/programmingblind

Other related posts: