If you haven't checked it out, you really should. It lets you write both
CPython and IronPython in Visual Studio and you can debug both. It does a
pretty good job of dependency and usage tracking so that things like "find all
references" and "go to definition" work pretty well, and it even lets
Hi,
I have been using Python for .Net quite successfully to access an I/O
library that allows me to perform some numerical calculations in Numpy.
This library primarily requires the data to be fed back as Single Arrays.
However when I perform many conversions from numpy arrays (or even just
lists)