If you have ever read 'The Zen of Python' (type import this in the Python interpreter), the last line states, Namespaces are one honking great idea -- let's do more of those! So what are these ...
In this example, we have a native namespace package, which consists of three sub-modules: hardware, kernel, and user. We have cross imports in the controller.py under kernel sub-module. And we have a ...