-
Notifications
You must be signed in to change notification settings - Fork 98
Python Console Widget
julianspeith edited this page Aug 17, 2026
·
7 revisions
The Python Console Widget provides an interactive console in which python code can be executed. The python console is connected to the hal python environment so that the Python Core API and Python GUI API are accessible. Code completion and code suggestion via Tab are also supported to some extent.

- Python Editor Widget — for anything longer than a one-liner
- Python GUI API — the GUI functions reachable from the console
- Python Shell — the same API without the GUI