Python

Python

Python Software Foundation
Windows

Python Interpreter is a program for executing code written in Python programming language. The interpreter can run source code, precompiled code, and scripts. It allows executing an testing code in an interactive manner (without having to write file to disk), testing logic, debugging, and exploring Python capabilities.