Last night I came across the term called Jython which was kind of new to me so I started reading about it only to add more to my confusion about Python in general. I have never really used Python either. So here is what I am confused about.
Python is implemented in C- Does that mean that the interpreter was written in C or does the interpreter convert Python source code into C?CPython is nothing but the original Python & the term was just coined to later distinguish it from Jython - true or false?
Now that Python is implemented in C (not really sure what that means), but does that mean python can be seamlessly integrated with any C code.
Is Jython like a new programming language or does its syntax & other programming constructs look exactly similar to the original python? or is it just python which can be integrated with java code?
If none of my above questions answer the difference between Python & Jython, what is it?