what is the difference between
self.__name = name
and
self.name = name
thanks
there are plenty of excellent docs/guides which cover this:
public, protected, private members in Python