您的位置:首页 > 编程语言 > Python开发

(转) Python in NetBeans IDE 8.0

2014-07-26 18:51 405 查看
原地址: 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.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: