This is just a tidbit about formatting output from Python.
'{} {}'.format(self.first, self.last) would give you "Erich Forler".
This is just a tidbit about formatting output from Python.
'{} {}'.format(self.first, self.last) would give you "Erich Forler".