The Python Oracle

In python, what are the pros and cons of importing a class vs. importing the class's module?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Peaceful Mind

--

Chapters
00:00 Question
02:14 Accepted answer (Score 5)
04:02 Answer 2 (Score 0)
04:51 Thank you

--

Full question
https://stackoverflow.com/questions/1593...

Question links:
[Google python style guide]: http://google-styleguide.googlecode.com
[PEP 8 style guide]: http://www.python.org/dev/peps/pep-0008/
[effbot - discussion on imports]: http://effbot.org/zone/import-confusion....
[stack overflow - import vs. from import]: https://stackoverflow.com/questions/9439...
[python documentation - modules]: http://docs.python.org/2/tutorial/module...
[python documentation - import]: http://docs.python.org/2/reference/simpl...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#python #import

#avk47