statements operators functions string methods set methods tuple methods dict methods file methods list methods exceptions exception types comprehensions multidimensionals os lambdas subprocess
Intro to Python

Session 1 Session 2 Session 3 Session 4 Session 5 Session 6 Session 7 Session 8 Session 9




pythonreference.com

search statements, functions, methods, exceptions*

hide categories

build 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