Posts
Sort by recent activity
Can't import data from other tables via IronPython script
I am writing an IronPython script which reads data from other tables in the server using a SQL connection and query.I am using the library found here to accomplish this:http://www.ironpython.info/i...
Can't use numpy in IronPython?
I discovered that using numpy in IronPython requires a lot of jumping through hoops and that the usable numpy version is a 2011 archive with no planned updates: https://stackoverflow.com/a/34630229...