I\'ve done some research, and I came across the following article: http://effbot.org/zone/import-confusion.htm. While this seems to be a great guide, it was written in 1999,
I think import as tuple would be much better for readability and Maximum Line Length(pep8)
The import statement has two problems:
import foo refers to a module within the package or some module outside the package.golang language have the same thing for thatso would more prefer import kinda this
from package import (x, y)
instead of this
from authentication.views import SignupView, LoginView, VerificationView, SignupDetailView
https://legacy.python.org/dev/peps/pep-0328/