Python and Encapsulation -- How do I private?
Central to OO design is "encapsulation." It's so central it is part of several separate principles.
In the S. O. L. I. D. design principles it's the Interface Segregation Principle. And a significant part of the Single Responsibility Principle.
In some cases, Python n00bz -- folks who already know some OO …
more ...