tags:

views:

51

answers:

2

I am looking for a cross platform RAD IDE with GUI building. NetBeans looks right (or am aI wrong?).

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

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

Sorry it's such a st00pid n00b question - can anyone tell me quickly? Thanks

+2  A: 

NetBeans is using PlugIns for handling multiple Languages, so you can code in Java, C++, Python, PHP, AJAX from within the same IDE (just open the other project and start coding).

Bobby
+1  A: 

You can install just one copy of Netbeans and install the Python plugin. I use Netbeans for coding Java and Python.

jpartogi
thanks. Question answered
Mawg