Lucky me I've found myself needing to learn Java for my day job. The current topic is encapsulation which in Java is largely achieved by declaring variables/methods as public or private. Does something like this exist in Python? -Alex