
#18: Python Anti-patterns and other mistakes
Talk Python To Me
00:00
How to Maintainability in Python
You should not be using wildcard imports. It's pretty insidious because normally it doesn't break anything, but in some circumstances you can override functions that you have imported before. So today I always try to use only qualified imports and then use the name when I access the variable or explicitly name the things that I import from a module.
Play episode from 21:03
Transcript


