Python Console GUI
Less than 1 minute
Introduction

This example shows how to build a GUI to interact with python session using EXEC CMD.vi.
After running this VI, input some python command in the string indicator and press enter button. Then, the execution result will be shown on python console.

Press stop button can end the application and terminate python process.