Analysis tools

From: Davids (nowhere_at_nowthere.com)
Date: 08/20/04


Date: Thu, 19 Aug 2004 17:48:46 -0700

I need to refactor a large GUI-based program, extract the main processing
elements, and make something that is scriptable and that uses those functions.
The way the program is currently structured, it isn't feasible to simply bypass
the GUI parts. (This program has a rich set of analytical functions in it that
process some data. Most of these functions operate on lists of data and are not
dependent on anything in the GUI part.)

I'm wondering what tools people might recommend for simplifying such a task.

Another way to look at it is that we want to take this GUI-driven app and turn
it into something that uses more of an MVC-approach to the world.

TIA
-David



Relevant Pages

  • Re: How to create graphs an embed them in GUI?
    ... Currently I'm writing a little programm to extract some chemical information out of a text file, and then present it in a pleasant way. ... you can combine matplotlib with another GUI toolkit for a full GUI. ... I'd personally go with Python bindings for VTK, but be warned that the learning curve is very steep and the online docs are quite sparse. ...
    (comp.lang.python)
  • Re: How to create graphs an embed them in GUI?
    ... Currently I'm writing a little programm to extract some chemical information out of a text file, and then present it in a pleasant way. ... you can combine matplotlib with another GUI toolkit for a full GUI. ... I'd personally go with Python bindings for VTK, but be warned that the learning curve is very steep and the online docs are quite sparse. ...
    (comp.lang.python)
  • Re: Varargin
    ... Nilesh wrote: ... GUI. ... Extract the information of these variables and use them in ... happen when only one listbox item is available) or ...
    (comp.soft-sys.matlab)
  • Saving a matrix
    ... I am processing alot of Data which results in me having 8 different ... I am going next to make a GUI which will extract the ... would it be an m-file? ...
    (comp.soft-sys.matlab)
  • Spaghetti Code
    ... refactor this, but the first thing I need to do is separate ... the GUI from the logic stuff. ... Prev by Date: ...
    (comp.software.patterns)