I thought in python everything was public. I just read
an article and the author talks about private attribute that can be created with the double underscore. I'm trying a code and actually I can't directly access an attribute declared with __. I'm lost. is it true that all attributes are public in python or is it me who misunderstands the concept?