PRIVATE class methods and class attributes in Python EXIST
Some devs, especially those living under a rock, yap about Python lacking a built-in hiding mechanism for its classes.
Others suggest using a measly underscore, claiming it won't hide jack. It's like a secret handshake among devs.
I say the first idea is spot-on, the second is like trying to convince folks a carrot is an apple – good luck with that.
The way of true hiding: