Skip to content
Advertisement

Tag: abstract-syntax-tree

Using python’s eval() vs. ast.literal_eval()

I have a situation with some code where eval() came up as a possible solution. Now I have never had to use eval() before but, I have come across plenty of information about the potential danger it can cause. That said, I’m very wary about using it. My situation is that I have input being given by a user: Where

Advertisement