Using netbeans as an IDE for Python

I'm going to start learning Python (mainly for using it as a script glue between my applications).

I use NetBeans (6.8) for Linux for my work in C ++ and PHP. Ideally, I would like to use the same IDE for Python - and there is a Python plugin for Netbeans (admittedly, it is still in beta).

Does anyone have any experience using Python with Netbeans?

Should I use Netbeans (for the reasons mentioned above, i.e. an already familiar environment), or is there a reason [GOOD] why should I use a different IDE?

+3
source share
1 answer

, , , . , , , , . , , , , , IDE.

, , "" IDLE, , , ..

, SO Python IDE, , Python Netbeans .

0

Source: https://habr.com/ru/post/1745615/


All Articles