Hacker News new | ask | show | jobs
by rcfox 2581 days ago
Yes, and it does make code more difficult to read. I've looked at a fair amount of Python code, and it is very rare to see import * in the wild.

On the other hand, import * is nice to have in a repl.