Is there any specific application to run the code? And how can I do?

Hello, could someone explain to me how to run the code and how to do it?? I read the blog page, and from what I noticed it is structured in python, but in IDLE it keeps giving a name error (saying that it has not been defined) Could someone explain to me how to organize these codes or how to do it in a simpler way, because I don’t know

@ErickMatuck You are the correct, the code provided in the benchmark blog post is all Python.

If you have not installed Python, that will be where you need to start. Then there are a number of ways to run python code on your machine. Personally I recommend VSCode, but there are plenty of other good options out there as well!