Skip to content

Python Console Widget

Sebastian Maaßen edited this page Nov 2, 2020 · 6 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 is also supported to some extent.

Clone this wiki locally