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