python utilise la chaîne pour obtenir des attributs d'objet

#There are built-in functions called getattr and setattr
getattr(object, attrname)
setattr(object, attrname, value)
Classy Answer