Writing apps without using relative imports

Randall Smith randall at tnr.cc
Thu Dec 2 19:30:44 EST 2004


I've noticed the push by Guido and others to use absolute imports 
instead of relative imports.  I've always enjoyed the ease of relative 
imports, but am starting to understand that "explicit is better than 
implicitly" as the Python philosophy goes.  I'm trying to develop a 
strategy for writing packages using only absolute imports and would 
really like to know what others have learned.

Randall



More information about the Python-list mailing list