The good "import" convention?

Dale Strickland-Clark dale at riverhall.NOTHANKS.co.uk
Mon Feb 25 11:17:35 EST 2002


Generally, I import everything at the top. Exceptions are when a
module is only used in special cases and it's large. Then I will
import it where it's needed but I added a comment at the top to note
that. 
--
Dale Strickland-Clark
Riverhall Systems Ltd



More information about the Python-list mailing list