+ 9
well see Python is the name of a programming language , there are various implementation of it :
- CPYTHON : the standard Python interpreter, written in C
- JYTHON : Python interpreter for Java
- IronPython : Python interpreter for the .NET framework
All of these are free means open source so anyone can able to use it to create GUI programs .