Many Python tutorials speak of private variables. But can a dynamic language like Python even have private variables? The answer is no. There is no way to protect class attributes from being access from the outside. In this video you see why the visibility of all properties is public in Python.