It is recommended to not to use import * in Python.
import *
Can anyone please share the reason for that, so that I can avoid it doing next time?
It is OK to do from ... import * in an interactive session.
from ... import *