# Introduction In this lab, you will learn about classes and objects in Python. A class is a template for creating objects. An object is an instance of a class. ## Achievements - Names and Objects - Scopes and Namespaces - Instance Objects - Method Objects - Inheritance - Private Variables
Click the virtual machine below to start practicing