It is more convenient to access the fields of a class using the dot notation than accessing the entries in a dictionary. Python allows a quick conversion between simple dictionaries to python objects.
x = myObj.x
x = myDict['x']
A python object can be instantiated from the contents of a ...