I am doing some exercises with datasets like so:
List with many dictionaries
users = [ {\"id\": 0, \"name\": \"Ashley\"}, {\
First option of list of dictionaries will be much better for quite few reasons. List does provides methods such as EXTEND, APPENT, PUSH which are not readily available with dictionaries.