Java Support in Pychrm
Answered
I want to import a Python project into PyCharm. It generates Java code, so secondarily I will want to run the generated Java programs. I PyCharm a good choice? Should I perhaps use IntelliJ IDEA instead? (I have put small Python scripts in IDEA projects before.)
Please sign in to leave a comment.
Hi James,
PyCharm doesn't support Java, but IntelliJ IDEA supports Python via plugin, so using IDEA is recommended if you want to work with both languages.