Publisher admin. Category Python, technical Codex
NetBeans version: NetBeans 8.0 for PHP
Python version: Python 2.7.8
1. Add Plugin Update Center
Open netbeans– Tool – Plugins – Settings – add
Name: Whatever, I used pythone here.
Url:http://deadlock.netbeans.org/hudson/job/nbms-and-javadoc/laststablebuild/artifact/nbbuild/nbms/updates.xml.gz
2. Add a Python plugin
After updating the center update, search for Python in "available plugins", and rely on plug-in Jython, hook-up installation, which prompts you to restart NetBeans when the installation is complete.
3.python plug-in usage
After the installation is successful, the new project can have the Python project type selected.
When you create a new project, you can choose to bring your own 2.5.1, or you can select the 2.7.8 version that is already installed.
The project creates an initial py file by default.
After writing the code, press F6 directly to see the output in the output box below.
It's very convenient!
Reprint: http://www.ay22.com/2014/08/19/%E8%AE%A9netbeans-8-0-%E6%94%AF%E6%8C%81-Python-%E7%BC%96%E7%A8%8B/
Let NetBeans 8.0 support Python Programming