I\'ve seen some Python programmers use the following style fairly consistently (we\'ll call it style 1):
import some_module # Use some_module.some_identifier in
You may be interested in Stack Overflow question Why does 'import x;x.y' behave different from 'from x import y', and the first one fails when package x.init is not completed?.