|
A RAD GUI building Python IDE!
It is built on wxPython, wxWindows and Python.
Boa Constructor was inspired by and aspires to Delphi.
These are the main frames in Boa:
| Palette | Top frame containing a palette from which new modules or components can be created. |
| Inspector | Left frame displaying constructors/properies/events of the selected object as well as an hierarchical view of the parent/child relationship of containers. |
| Editor | Big right frame containing a Python shell and any number of open modules. Each module contains a notebook of supported views on the module |
| Designers | The GUI builder and other design time editors opened from the Editor |
| Explorer | Standard Explorer type interface for interacting with various datastores like the filesystem, Zope, CVS etc. |
| Debugger |
Debugging window, opens up over the Inspector.
Supports source code tracing, breakpoints and watches. |
| Help | Boa, wxWindows & Python help. |
|