Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to setup NetBeans IDE for Python Development

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?

like image 532
JFan Avatar asked Sep 08 '26 16:09

JFan


2 Answers

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.

like image 174
Joachim Rohde Avatar answered Sep 10 '26 05:09

Joachim Rohde


The new plugin for python is netbeansPython:

https://plugins.netbeans.apache.org/catalogue/?id=89

https://github.com/albilu/netbeansPython

like image 32
jazznbass Avatar answered Sep 10 '26 05:09

jazznbass