Java Support in Pychrm

已回答

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.)

0

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.

0

请先登录再写评论。