I've been trying to find a way to reliably set and get values of variables with the names in strings. Anything I can find remotely close to this doesn't seem to always work. The variables can be in any module and those modules are imported.
What is the safe/correct way to get and set the values of variables?
ps - I'm as newb as they come to python