I recently found out how to dynamically create variables in python through this method:
vars()[\'my_variable\'] = \'Some Value\'
Thus creat
I don't see what would be the advantage of it, also would make your code harder to understand. So no I don't think it is a good idea.