I know it is possible to conditionally import modules. My question is; if the condition to import a module is false, will the module still be loaded (and just sit idle in the background), or not.
I ask this from a resource point of view. Using a Raspberry Pi for programming does have its limits for example. This is just a hypothetical question... I haven't run into any problems yet.