(转) 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:

(转) Python in NetBeans IDE 8.0

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

(转) Python in NetBeans IDE 8.0

Install the Python plugin:

(转) Python in NetBeans IDE 8.0

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

(转) Python in NetBeans IDE 8.0

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

(转) Python in NetBeans IDE 8.0

...or create a Python project from scratch:

(转) Python in NetBeans IDE 8.0

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

(转) Python in NetBeans IDE 8.0

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

(转) Python in NetBeans IDE 8.0

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

(转) Python in NetBeans IDE 8.0

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

 

(转) Python in NetBeans IDE 8.0

上一篇:C++中this指针的使用方法.


下一篇:java画图程序_图片用字母画出来_源码发布_版本二