These three things are holding me back.
1. The new style class object parameter -
class MyClass(object)
Note that I'M also also not familir with the old style
2. The
_init_(
- constructor, or any constructs for that matter.
3. The
(self)
parameter. How is it different from the normal parameters or arguments?