Versions Compared

Key

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

...

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.a link to the version of the Python interpreter you want to use for your project. 

To download the interpreter, use this link.

...