I've been using the Python optimization routines from scipy quite a bit, they appear to work well.

I've been using the Python optimization routines from scipy quite a bit, they appear to work well. I'd like to create a Delphi GUI to make it easier for non-Python users to access the routines for model fitting. I'm aware of Python4Delphi, which I've used in the past to host the Python dll to run simple scripts. I'm not sure until I try, whether this will alllow me to access scipy, presumably it will. I was wondering if any one has other suggestions before I dive in and whether this would even work?

Comments