This tutorial shows Python developers how to work with Python in the NetBeans IDE 6.5. It covers how to set up which Python runtime you want to use, how to create a new project, how to edit files, and how to run your programs. Use the NetBeans Python Editor for code completion, instant rename, quick fixes, catching unresolved or unused names, and import management. NetBeans also supports an interactive console and a debugger for Python.

