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