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?
According to the Zen of Python:
Explicit is better than implicit.
... can't argue with that, surely?