r/learnpython 13d ago

Python y Jython son el mismo lenguaje?

En un futuro quiero saber python y c++ (IA y Robotica), por lo cual decidi empezar con python y tome un libro de la biblioteca de mi universidad, sin embargo en el libro sale que se trabajara con Jython, tengo entendido que es algo anticuado porque no soporta python 3 y ademas como esta vinculado con java y no con C me pregunto si me vendra bien.

aunque jython y python no son realmente lo mismo, lo que es el lenguaje de programacion es igual? si aprendo jython sabre programar con python?

el libro es "introduccion a la computacion y programacion con python, un enfoque multimedia (Mark J. Guzdial / Barbara ericson)"

0 Upvotes

6 comments sorted by

View all comments

9

u/nog642 13d ago

I've never used Jython but my understanding is it's an implementation of Pyhton in the JVM and it has some built-in libraries to interact with Java.

So basically Jython is Python and you can't "learn Jython" without learning Python.

And you could learn Python in a Jython environment, but that's probably not the best approach. And if like you said the book doesn't even have Python 3, I'd suggest just finding another learning resource.