In python, why is "import *" bad?

Posted by Software Enthusiastic on Stack Overflow See other posts from Stack Overflow or by Software Enthusiastic
Published on 2010-03-05T12:40:41Z Indexed on 2010/03/16 13:06 UTC
Read the original article Hit count: 175

Filed under:
|
|

It is recommended to not to use import * in python. Can anyone please share the reason for that, so that I can avoid it doing next time.

Thanks and Regards

© Stack Overflow or respective owner

Related posts about python

Related posts about import