Efficient display of realtime changes in array using wxPython to display pixels.
I'm sort of on the way, but my current method will require me to save the converted array first, then display it. What are a few ways I could use wxPython, numpy, and scipy to efficiently display the changes realtime, without saving every damned time? I don't need actual code, just the process/function names that'll help me out.