What exactly is an "Implementation of Python" ?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • webtourist

    What exactly is an "Implementation of Python" ?

    Warning: New learner here

    Not sure what the term means "implementa tion of Python".
    So what exactly does it mean *"implementatio n 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

    #2
    Re: What exactly is an "Implement ation of Python" ?

    webtourist wrote:
    Warning: New learner here
    >
    Not sure what the term means "implementa tion of Python".
    So what exactly does it mean *"implementatio n of Python"* like
    cpython, Jython, IronPython ?????
    Python is a programming language. Python implementation means Python interpreter or compiler capable of running Python code.
    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

    Comment

    Working...