Page Tree
Other Releases
...
...
The first step required to enable Python programming is to include an interpreter to this language. An interpreter is a program that reads and executes code.
Interpreters and compilers are similar, since they both recognize and process source code. However, a compiler does not execute the code like an interpreter does. Instead, a compiler simply converts the source code into machine code, which can be run directly by the operating system as an executable program. Interpreters bypass the compilation process and execute the code directly.
The first requirement your computer must have is to contain a Python interpreter. To download itthe interpreter, use this link.
During the installation of the Python Engine, we strongly recommend choosing the option to “Install for all users”.
Now we must you need to include the interpreter to your project, navigate . Navigate to Info > Settings tab, tab and search for the Python field.
Click Click on the button and , browse for to find the Python Engine that was installed, and select the python.exe file.
...