When first learning python you will most likely use its imperative programming features since this makes it easy to get started. However, Python also supports object-oriented programming in the form of classes, objects, inheritance, etc. This short article will show you how to define a class in Python. Start by defining the class header which compr...