What is the Python interpreter?

The Python interpreter, on a Windows environment, is a program that has been compiled into a Windows executable, which has the extension .exe. The Python interpreter, python.exe, has been written in C, an older and extensively used programming language with a more difficult syntax.

Programs written in C, which are also initially written as text files, must be converted into executables by a compiler, a specialized program that converts the text commands into machine code to create executable programs. This is a slow process that can make producing simple programs in C a laborious process. The benefit is that the programs produced are standalone programs capable of running without any dependencies. Python, on the ...

Get ArcPy and ArcGIS – Geospatial Analysis with Python now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.