Concepts Covered:
Implementation of a Class in Python
Instance Variables
Instance Methods
Class Variables
Static Methods
Constructor
Instantiation of Objects from a Class
_str_ method for providing an informal string representation of an object
Not discussed in video, but will be covered in a later video: using the property function in place of getter/setter methods.