I import sys (for example) somewhere in my code, and in other modules throughout a codebase, I import sys, it's not eating up extra resources, as it technically only really truly gets imported once and reused internally (within that running Python process instance), right?
Right
Обсуждают сегодня