I'ma a newbie python user and would like clarification on variable
naming conventions.

What is the difference between

self.myvariable
self._myvariable
self.__myvariable

and when should I use each of them?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to