getting python object by attribute code example Example: python get object attribute by string x = getattr(t, 'attr1') setattr(t, 'attr1', 21)