Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Using the Script>Task for Python: Execute Python code (.PY) and using the Script Task interface to set and get parameters (no code needed in the Studio side).
  • Python namespace (Python for .Net): Create .Net code using the Python namespace to interact with the Python objects.
  • Python using TKDataAccess toolkit: Create Python code using the TKDataAccess.py (provide by us) to interact with the Studio projects.


...

System Requirements

Python Interpreter

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.

Python Interpreter

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.

Image Removed

Click  Click on the button and , browse for to find the Python Engine that was installed, and select the python.exe file.

Image Added


Python for .Net

...