I'm new to Python, but have a long background in Perl, Ksh &c, C, and others.
"""One of the different things about Python is the import statement. How do you tell where a function or class name should be imported from? Some are obvious, like sys and math, but others aren't. Is there some sort of a directory that maps functionName to WhereItComesFrom?"""