IronPython is an open-source implementation of the Python programming language which is tightly integrated with the .NET Framework.
I want to pass a list of strings from IronPython 2.6 for .NET 2.0 to a C# program (I'm using .NET 2.0 because …
c# ironpythonI have a simple IronPython script: # Foo.py import os def main(): print( "Hello" ) if "__main__" == __name__: main() It runs …
python ironpythonHas anyone integrated BeautifulSoup with ASP.NET/C# (possibly using IronPython or otherwise)? Is there a BeautifulSoup alternative or a …
c# asp.net screen-scraping ironpython beautifulsoupHow does IronPython stack up to the default Windows implementation of Python from python.org? If I am learning Python, …
python ironpython cpythonAm trying to use clr.AddReference and clr.AddReferenceToFile to import an assembly, but python(2.7) keeps making this error: Traceback (…
python .net clr ironpython python.netI'd like to add the PRAW package to an IronPython solution in VS however it's proving to be a pain …
python ironpython ptvsI am new to IronPython. Thanks for you help and patience. I installed IronPython 2.7 from http://ironpython.net/ in Visual …
python pandas numpy ironpython python.netYes, I know about IronPython 3 compatibility, but that is from two years ago. I was searching on the internet but …
python python-3.x ironpythonHas anyone tried ASP.NET MVC using IronPython? Having done a lot of Python development recently, it would be nice …
python asp.net-mvc linq dynamic ironpythonI'm using an IronPython script to reset all filters and also set some document propertries. The document property below "FUTUREONLY" …
ironpython spotfire