How to setup NetBeans IDE for Python Development
Asked Answered
A

3

6

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?

Allen answered 7/10, 2021 at 4:5 Comment(0)
A
4

The new plugin for python is netbeansPython:

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

https://github.com/albilu/netbeansPython

Acord answered 16/9, 2023 at 22:15 Comment(0)
H
5

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.

Haematothermal answered 18/10, 2021 at 11:14 Comment(0)
A
4

The new plugin for python is netbeansPython:

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

https://github.com/albilu/netbeansPython

Acord answered 16/9, 2023 at 22:15 Comment(0)
D
2

Update: I just installed Netbeans IDE v 13. I had since long time ago the Python/Jython/PERL modules for Netbeans 8.xx Which worked for a long time. For IDE v 13 I added them via the usual method, "Tools -> Plugins -> Downloaded -> Add Plugins", and it looks like they work fine! Therefore their compatibility with Apache Netbeans is very high. The problem is with the links of nbpython, they look broken & discontinued. If one has the old modules posted somewhere, then I guess you can pick those up and feel lucky. If not, you need to find them somehow, or wait for the python project to be re-implemented. The modules I have are described below. Hope this helps:

org-netbeans-modules-python-hints.nbm
org-netbeans-modules-python-kit.nbm
org-netbeans-modules-python-options.nbm
org-netbeans-modules-python-platform.nbm
org-netbeans-modules-python-project.nbm
org-netbeans-modules-python-project2.nbm
org-netbeans-modules-python-samples.nbm
org-netbeans-modules-python-source.nbm
org-netbeans-modules-python-testrunner.nbm org-jython.nbm
org-jython-distro.nbm org-netbeans-modules-python-console.nbm
org-netbeans-modules-python-core.nbm
org-netbeans-modules-python-debugger.nbm
org-netbeans-modules-python-editor.nbm
org-netbeans-modules-python-help.nbm

Dutchman answered 23/8, 2022 at 3:57 Comment(2)
Do have any link to download theseAllen
Maybe this one?? github.com/GeertjanWielenga/Python4NetBeans/tree/master/…Dutchman

© 2022 - 2024 — McMap. All rights reserved.