Top "Ironpython" questions

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

Find and Replace Inside a Text File from a Bash Command

What's the simplest way to do a find and replace for a given input string, say abc, and replace with …

bash ssh replace scripting ironpython
How do I run a Python script from C#?

This sort of question has been asked before in varying degrees, but I feel it has not been answered in …

c# python .net ironpython python.net
Powershell window disappears before I can read the error message

When I call a Powershell script, how can I keep the called script from closing its command window. I'm getting …

powershell scripting ironpython
Calling a C# library from python

Anyone can share a working example on how to call a simple C# library (actually its WPF) from python code? (…

c# python interop ironpython python.net
IronPython vs. Python .NET

I want to access some .NET assemblies written in C# from Python code. A little research showed I have two …

python .net ironpython cpython python.net
How can I call (Iron)Python code from a C# app?

Is there a way to call Python code, using IronPython I assume, from C#? If so, how?

c# python ironpython
Integration of python in C# Application

I have the following problem: I got an old application which is written in python. This application allows the user …

c# python ironpython python.net
Slicing a dictionary by keys that start with a certain string

This is pretty simple but I'd love a pretty, pythonic way of doing it. Basically, given a dictionary, return the …

python dictionary ironpython slice
What is the difference between Python vs Jython vs IronPython vs wxPython?

I am quite new in Python programming. While googling I found some of the Python related words. I just wanted …

python wxpython jython ironpython
Empty list is equal to None or not?

Possible Duplicate: Why does “[] == False” evaluate to False when “if not []” succeeds? I am new to python as per ternary …

python python-3.x python-2.7 ironpython