Versions Compared

Key

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

...

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.

To download the interpreter, use this link.

...

It allows Python code to interact with the CLR , and may also be used to embed Python into a .NET application. The installation files and documentation are available in this link.

Check your Python Engine version, and if your Windows version is 32-bit or 64-bit before choosing Python for. NET installation file.

...