Hi,
My project requires me to read in multiple ascii files and process them. So I am going to go through the data and using conditional statements store the result in lists. After this, I need to store this data and plot some of it using matlab and display the matlab graph and relevant data on a display.
I have learnt python and in the process of learning wxPython for my GUI. However, i have some queries:
In order to display the result do you need to (read data in - process - write and store - read in and display on GUI?)
With wxPython is it possible to say click on the button and "transition" to another panel/frame or window. So think of it as a page 2. So i have 9 small cards with results and on button click need to go to page 2 for details.
Is it possible to have the 'live graph' in wxPython. I mean it reads data and dynamically changes?
My primary focus right now is how to integrate my processed data into the GUI.
Any help would be appreciated.
Thanks