Connecting Tech Pros Worldwide Forums | Help | Site Map

What exactly is an "Implementation of Python" ?

webtourist
Guest
 
Posts: n/a
#1: Nov 7 '08
Warning: New learner here

Not sure what the term means "implementation of Python".
So what exactly does it mean *"implementation of Python"* like
cpython, Jython, IronPython ?????

In terms of IronPython --- does it mean a Python programmer can
write .Net app in Python ?

Thanks


examples and ANALOGIES if possible, very welcomed.

Fiedzia
Guest
 
Posts: n/a
#2: Nov 7 '08

re: What exactly is an "Implementation of Python" ?


webtourist wrote:
Quote:
Warning: New learner here
>
Not sure what the term means "implementation of Python".
So what exactly does it mean *"implementation of Python"* like
cpython, Jython, IronPython ?????
Python is a programming language. Python implementation means Python interpreter or compiler capable of running Python code.
Quote:
In terms of IronPython --- does it mean a Python programmer can
write .Net app in Python ?
Yes. More details on how exactly can Python and .Net be used together can
be found on ironpython website.

--
Maciej "Fiedzia" Dziardziel
Closed Thread