Mawg
Mawg

Reputation: 40140

Using NetBeans for multiple programming languages

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

Answers (2)

Bobby
Bobby

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

Joshua Partogi
Joshua Partogi

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

Related Questions