Why spyder shows warning when i import library as "from array import *" but the code runs without warning? It feels irritating to me. please help me out.
Asked
Active
Viewed 44 times
0
-
What does the warning say? – ForceBru Oct 30 '20 at 14:58
-
see [Why is “import *” bad?](https://stackoverflow.com/q/2386714/10197418). It will just clutter you namespace with stuff you don't know about ;-) – FObersteiner Oct 30 '20 at 14:59