Ide with Autocompletion (newbie)

Raseliarison nirinA nirina at mail.blueline.mg
Thu May 29 04:25:07 EDT 2003


"Igor Secansky" wrote:

> Hi,
>
> Can somebody recommend a powerfull, free, open-source, stable development
> environment
> with autocompletion (configurable) (+ color highlighting, parentheses and
> brackets highlighting and indentation suggestion) running on Linux? And of
> course with
> integrated gui builder and debugger.

i definitely recommend IDLE.
from The Python Library Reference:
'''    16.5 IDLE
        Idle is the Python IDE built with the Tkinter GUI toolkit.
        IDLE has the following features:
        - coded in 100% pure Python, using the Tkinter GUI toolkit
        - cross-platform: works on Windows and Unix (on Mac OS, there are
currently problems with Tcl/Tk)
        - multi-window text editor with multiple undo, Python colorizing and
many other features, e.g. smart indent and call tips
        - Python shell window (a.k.a. interactive interpreter)
        - debugger (not complete, but you can set breakpoints, view and
step)
'''

best regards,
nirinA
--
"Remember, Python comes with batteries included!"











More information about the Python-list mailing list