Good practice when writing modules...

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Sun Nov 16 22:59:39 EST 2008


Scott David Daniels wrote:

> I would amend this advice by adding that you should (in such cases) put
> a commented-out import at the top level (so you can look at the top of a
> module's source and see what other modules it relies upon.

That's what your editor's search function is for.



More information about the Python-list mailing list