Reputation: 40140
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
Upvotes: 2
Views: 1812
Reputation: 11576
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).
Upvotes: 4
Reputation: 16425
You can install just one copy of Netbeans and install the Python plugin. I use Netbeans for coding Java and Python.
Upvotes: 2