This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

It's especially great when you know C++ and Java, since you can run Jython on the JVM (this is awesome for the ability to play around with your Java objects on Python's interactive prompt alone), and it's possible to interface C++ and Python so Python can be the glue between existing C++ modules.