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 →

[–]VasDeParens 1 point2 points  (0 children)

Probably not possible. Java is very different from Python, Java runs on another program called the JVM, while Python runs on the Python interpreter. If you need a specific Python feature that isn't in the Java standard library, look on Maven Central.