I really confuse that a behavior of id() function on IronPython who differ from Python. Let me show you the following code,
I do enjoy the other multimedia libraries for Python, however I am curious if IronPython and XNA could be a contender for game development. Is there any reason why you don\'t hear of this too often?
I love the Python language and mainly use the standard CPython 3.+ version for simple scripting and as an algorithm sandbox. Sometimes I need .NET intergration, so I use IronPython which is now in 2.7
The short version is that this doesn\'t appear to be a code problem (though if anyone has a programmatic workaround that lets me keep the design structure, that would work too). When I try to import a
I have defined a class with a single function. For example: namespace my.namespace { public class MyClass
I\'m trying t开发者_开发知识库o get NLTK working with IronPython 2.7.1. The installation works so far, but I tried some sample code and the expat module is missing. Any hint how to get that up and run
I am trying to understand how to pass a multi-dimensional array of float from IronPython code to a C# library.
Anyone can share a working example on how to call a simple C# library (actually its WPF) from python code? (I have tried using IronPython and had too much trouble with unsupportedCPython library my py
as already written in my other post, I\'m currently writing an IDE/Debugger for IronPython. But now I came across another problem.
How do you bu开发者_开发问答ild a Excel RTDServer in Python/IronPython. (IE I want to implement the IRTDServer interface in Python/IronPython. So I can push data into Excel in real time from Python/Ir