首页 > 代码库 > (转) Python in NetBeans IDE 8.0

(转) Python in NetBeans IDE 8.0

原地址: https://blogs.oracle.com/geertjan/entry/python_in_netbeans_ide_8

 

Copy this to the clipboard:

http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/lastStableBuild/artifact/nbbuild/nbms/updates.xml.gz

Then go to Tools | Plugins and open the Settings tab. Add the above as a new update center:

Then switch to the Available Plugins tab and you‘ll see the Python plugin:

Install the Python plugin:

Then create a new Python project, using the New Project dialog:

Give it a name and choose your platform. Either import existing sources as a new Python project...

...or create a Python project from scratch:

Then you have an editor with code completion, other editor features, plus a debugger:

Right-click a project to see a bunch of Python commands:

Add to the classpath after right-clicking a project and choosing Properties:

That‘s it, you‘re now ready to use Python in NetBeans IDE.

 

(转) Python in NetBeans IDE 8.0