I'm writing a C# GUI application where I'd like to use numpy, which I have used under Python 2.7 extensively and which is very fast and easy to program. (I still find the GUI work in C# much easier to use than PyQt.)
An IronPython port of numpy and scipy exists now and I'd like to learn how to use it.
Before starting, I'd like to know what kind of deployment options I will have? Can I fully wrap python and numpy or do I have to install python, Ironpython, numpy on my customer's machines?