Top "Ironpython" questions

IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework.

Django on IronPython

I am interested in getting an install of Django running on IronPython, has anyone had any success getting this running …

python django ironpython
How to use IronPython with Visual Studio 2008

I've tried using the IronPython integration extension provided by Microsoft. But it does not work with Visual Studio 2008. Is there …

visual-studio ironpython ironpython-studio
How to integrate Python Code with C#.Net Core language?

Am trying to integrate python code in my .net core application for data analysis and some machine learning classification. How …

c# python .net ironpython python.net
IronPython in Unity3D

I am trying to use IronPython as an external scripting language for Unity3D. The necessary DLLs for IronPython's execution …

mono ironpython unity3d
Set Spotfire Graph Axis Range Programatically

I am trying to program a simple IronPython script to set the date range of my line graph x-axis in …

ironpython spotfire
Can you use LINQ types and extension methods in IronPython?

Is it possible to use the LINQ types and extension methods in IronPython? If so how? And also is there …

linq ironpython
F# vs IronPython: When is one preferred to the other?

While the languages F# and IronPython are technically dissimilar, there is large overlap between their potential uses in my opinion. …

.net python f# ironpython
Why is IronPython faster than the Official Python Interpreter

According to this: http://www.codeplex.com/IronPython/Wiki/View.aspx?title=IP20VsCPy25Perf&referringTitle=IronPython%20Performance IronPython (…

python performance ironpython
What IronPython IDE should I use?

This question probably looks a lot like IDE for ironpython on windows question here on stackoverflow. But I read the …

ide ironpython