pythonreference.com
search statements, functions, methods, exceptions*
hide categoriesbuild a dict of dicts from a file | |
build a dict of lists from a file | |
build a list of dicts from a fiile | |
build a list of lists from a file | |
pprint.pprint() | print a structure in readable format |
read a dict of dicts | a dict in which each value is a reference to a dict |
read a dict of lists | a dict in which each value is a reference to a list |
read a list of dicts | a list in which each item is a reference to a dict |
read a list of lists | a list in which each item is a reference to a list |
read an arbitrary multidimensional structure | any container containing references to other containers, to any depth |