This repository was archived by the owner on Apr 11, 2022. It is now read-only.
Replies: 1 comment 15 replies
-
We can use a built in library |
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@Morgan-Phoenix as mentioned in #62 we should be avoiding the use of
eval()
function but to avoid it we either have to remove the function entirely or find a new way for evaluating the expressions. So I found this library should we use it?Library name - py-expression-eval
The library is good indeed but the problem is that it creates a new dependency, and it would slow down code. So what do you think? The library's overall speed wouldn't drop that much but it definitely will drop. And speed is a great factor in python code.
Beta Was this translation helpful? Give feedback.
All reactions