# Introduction When writing classes, it is common to try and encapsulate internal details. This section introduces a few Python programming idioms for this including private variables and properties.
Click the virtual machine below to start practicing