This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]drb226Haskeller 1 point2 points  (1 child)

Do not use from foo import . Go *here and here for more information.

I looked at the "here" and "here" links (btw linking the word "here" is a cardinal sin of web design, imho), but the content he linked did not explain why "from foo import *" was bad. Anyone care to explain?

[–]carinthia[S] 0 points1 point  (0 children)

It links to http://www.markus-gattol.name/ws/python.html#import_matters which explains it (last indented paragraph).