add value to object python code example Example: python object with attributes class Object(object): pass a = Object() a.somefield = somevalue