Using NetBeans for Multiple Programming Languages

I am looking for a GUI RAD IDE framework. NetBeans looks correct (or am I wrong?).

However, I may want to code something in C ++ and some in Python.

It looks like both are supported, but I'm not sure if I need to install two copies of NetBeans or if you can handle both programming languages.

Sorry question like this st00pid n00b - can someone tell me quickly? Thanks to

+2


source to share


2 answers


NetBeans uses PlugIns to handle multiple languages, so you can code in Java, C ++, Python, PHP, AJAX from the same IDE (just open another project and start coding).



+4


source


You can only install one copy of Netbeans and install the Python plugin. I am using Netbeans for Java and Python coding.



+2


source







All Articles