Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ironpython

Can Scikit Be Used From Ironpython?

I saw that numpy can be used from IronPython : https://www.enthought.com/repo/.iron/ Is it possibl… Read more Can Scikit Be Used From Ironpython?

Build Python Scripts And Call Methods From C#

Is there any way to make this scenario work? There is a Python script. It is built into a DLL by ru… Read more Build Python Scripts And Call Methods From C#

Python Equivalent To C#'s Using Statement

Possible Duplicate: What is the equivalent of the C# “using” block in IronPython? I'm writing… Read more Python Equivalent To C#'s Using Statement

How To Create A New MSMQ Message In IronPython With Label, Reply Queue And Other Properties

I'm following this example here to use MS Message Queues with IronPython. The example works to … Read more How To Create A New MSMQ Message In IronPython With Label, Reply Queue And Other Properties

Datatable Sorting In Iron Python?

I have a dtdtable in iron python dttable = handler.GetDataTable(); I tired to create a dataview… Read more Datatable Sorting In Iron Python?