r/learnpython • u/No-Inevitable-6476 • 8h ago
Python difference.
What is the difference between python ,IronPython,Jython,Cython.i will get a lot of confusion towards these concepts.
0
Upvotes
7
u/NumberInfinite2068 8h ago
Python is the language.
IronPython is a runtime for that language for .NET.
Jython is a runtime for that language in Java (runs on the JVM).
Cython is a superset of the Python language, i.e. it's Python + some more features.
1
u/Jello_Penguin_2956 7h ago
Python - is the language. It's like the steering wheel and accelerator paddle.
Other ones are like different car engines. One car may be pulled by monkeys, the other elephants, but you still turn steering wheels the same way and step on paddle the same way.
18
u/pingveno 7h ago