I have written an mpi app in c that sorts n positive random integers. I would like to put a graphical front end on it and wonder if there is a way to use Python's graphics library via SWIG to do this. I suppose I could resort to TCP or UDP sockets. I have no experience with SWIG or sockets but have a sense that sockets are fairly complex and do know Python.
I'd appreciate some help in going down this path, in terms of code examples and/or learning materials or just some written comments from readers of this list.
Thanks, Scott