I am studying up on import statements and would like to know the 'search path' where python stores all its modules.
I want to save my own custom module to test run, but from my reading, need to save that module in python's search path or it won't run.
I am using OSX Mavericks.
Thanks!