how to acces object as a string python code example Example: python get object attribute by string x = getattr(t, 'attr1') setattr(t, 'attr1', 21)