Python does not have any private variables like C++ or Java does. You could access any member variable at any time if wanted, too. However, you don't needprivate variables in Python, because in Python it is not bad to expose your classes member variables