Python Playground
Try experimenting with this simple GUI for python.
Keep in mind limitations in what libraries are supported and what actions can be triggered from browser.
As a general rule of thumb GUI's and system subprocesses cannot be triggered.
For example, cannot run on mac os: os.system('say "hello world"').