I have been looking around StackOverflow for Python dynamic variable naming. And though I now know how much better it is to use a dictionary to store my dynamic objects. But I've seen more than once people saying that there IS a way to do it, and at the same time saying it's dangerous and I SHOULDN'T use it. I wanted to ask why is it dangerous, and why is it a thing even? When DO you use it? What is it for?
This is much more out of curiosity than a problem to solve. But it's a question nonetheless. Thanks for the time.