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 ...
A namespace is basically a system to make sure that all the names in a program are unique and can be used without any problem. The name means the name of the variable, space is about the location from ...