Different IDE instances for Java and Python

Hi,

My project has both Java and Python modules. Does this mean I need to launch and set up same project in two diff IDEs one for Java and one for Python? I would have thought PyCharm would just be a plugin?

0
1 comment

For such projects, you can use the free Python plugin for IntelliJ IDEA Ultimate. PyCharm as a standalone IDE is designed to be used for pure Python projects.

0

Please sign in to leave a comment.