Issue
I was using PyDev plugin in eclipse for developing python. But now I switched to NetBeans IDE 12.6 and I searched google for finding python plugins for NetBeans. I found a plugin called nbpython. But it is for NetBeans 8.1 and I am using NetBeans 12.6. So is there any plugin for NetBeans IDE 12.6 for developing Python Projects. Or does nbpython work in my version?
Solution
There is no official plugin for 12.x yet. If you read on the mailing list you can see that a re-implementation of the Python support was discussed but nothing has been implemented yet.
Answered By - Joachim Rohde
Answer Checked By - Timothy Miller (JavaFixing Admin)