Code editor python Compiler and how to change python

Do Python in the code editor have any compiler? If it has compiler, what it is called?

then the second one is how can I change the use of python from the embedded one “Iron python” to the python installed in my local computer.

In AlterNET Studio, we support both IronPython and “regular” Python. Both interpret the Python scripts, not compile it. If you would like to use a Python installed on your computer, please refer to the samples located under the “Studio for Python” node of the Demo Explorer.