-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm trying to embed a scripting engine in my game. Since I'm writing it in C#, I figured IronPython would be a great fit, but the examples I've been able to find all focus on calling IronPython methods in C# instead of C# methods in IronPython scripts.
To complicate things, I'm using Visual Studio…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
According to this:
http://www.codeplex.com/IronPython/Wiki/View.aspx?title=IP20VsCPy25Perf&referringTitle=IronPython%20Performance
IronPython (Python for .Net) is faster than regular Python (cPython) on the same machine. Why is this? I would think compiled C code would always be faster than…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Just what the title says. It'd be nice to know a few non-trivial sites out there using Silverlight in Python.
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
BACKGROUND
I've successfully embedded IronPython in my WinForm apps using techniques like the one described here: http://blog.peterlesliemorris.com/archive/2010/05/19/embedding-ironpython-into-a-c-application.aspx
In the context of the embedding, my user may any write loops, etc.
I'm using the IronPython…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I'm thinking of developing a small application using Iron python, however I want to distribute my app to non-techies and so ideally I want to be able to give them a standard shortcut to my application along with the instructions that they need to install IronPython first.
If possible I even want…
>>> More