What is "idle-ide"

IDLE is an integrated development environment for Python, which is released in every release of the programming tool since version 2.3. It is not included in the python package included with many Linux distributions. It is completely written in Python and with the toolkit GUI Tkinter (packaging functions for Tcl/Tk).

Main features:

  • Multi-window text editor with syntax highlighting, Autocomplement, fast indentation and more.
  • Python shell with syntax highlighting.
  • Integrated debugger with step-by-step, persistent stop points and battery call visibility.

Link to the page: Link