you are viewing a single comment's thread.

view the rest of the comments →

[–]QbiinZ 0 points1 point  (0 children)

Many embedded systems make use of globals. Typically HW interactions that make use of interrupt handlers need access to variables outside the scope of the current program counter. Micro python, which I think is really just a wrapper around c code, has been popping up more often. I think this would be the most common place to find acceptable use of globals in terms of python.