Python and NetBeans
Introduction to Python support in NB prepared by Blanka:
"Some time ago you could notice that in the main download page new menu item appeared.

It is Python Early Access.
Python is a dynamic object-oriented programming language that can be used for many kinds of software development. You can download it by clicking on that item or is also available as a plugin for NetBeans 6.5 in Tools - Plugins.
Let's go thought creating a new project. Python is displayed as the project when only the Python EA version of the IDE has been installed on your machine. Other categories may appear if Python EA was added to the IDE as a plugin. New Project wizard offers you creating of a new python project from a template, or importing existing projects.

In the next step you enter the Project Name and select the version of Python you want to use from the drop down list. You can manage this at any time in the Properties of the project (right click on the project). Then click Finish to create the project.
Note that the project is open in the Source Editor of the IDE, displaying basic information, as seen in the following image. Netbeans IDE automatically documents the author and date of the project along with providing a short sample print "Hello" program.

The NetBeans editor for Python supports Smart Indent, Outdent, and Pair matching, additional to syntactic and semantic highlighting, code folding, instant rename refactoring, mark occurrences, finding undefined names, and Quick Fixes. Code completion is available for local function and variable names as well as Python keywords. The editor also assists you by inserting and fixing import statements.
If you want to try more than just creating the new project, you can follow Python tutorials on the netbeans pages: Developing a Python Application Using NetBeans IDE or Introduction to Python EA in NetBeans IDE."
Posted at 03:08PM Apr 28, 2009 by Magdalena Goldyn in NetBeans | Comments[1]




Hi,
thanks Blanka for the introduction and links! :)
I like to see Python support in NetBeans.
I'm using Python language in some of my
Java projects and it's nice to have
all-in-one NetBeans IDE :)
It's great that there is not only syntax highlighting,
but many other features implemented
for NB Python editor!
NetBeans just gets better and better :)
BTW. There is a bug on linked NetBeans' page
"Introduction to Python EA in NetBeans IDE":
at the end (See also section) second link to the
"Developing a Jython Application Using NetBeans IDE"
is not working - address ends with .htmll,
should be only .html (fixed link works).
Keep up the good work!
And enjoy the sun outside the Sun :D
Best regards,
Luky
Posted by Lukas Stehlik on April 30, 2009 at 08:53 AM CEST #