I have just come across pythonNet and looks very
nice!
Can somebody tell me the differences between
PythonNet and IronPython, besides Net support?
Note a part: Any good examples of embedding
PythonNet on c# app ? :)
Thx,
Sincerely,
Simon Roses FemerlingConsultor en Seguridad /
IT
I have just come across pythonNet and looks very
nice!
Can somebody tell me the differences between
PythonNet and IronPython, besides Net support?
Note a part: Any good examples of embedding
PythonNet on c# app ? :)
Thx,
Sincerely,
Simon Roses FemerlingConsultor en Seguridad /
IT
> Can somebody tell me the differences between PythonNet and
> IronPython, besides Net support?
In short, IronPython is a Python compiler which targets the CLI
while PythonNet is the standard Python interpreter with a
bridge to the .NET Framework.
Regards,
-Hernán.
_
Hi all ;
I'm a total neophyte at this, and am hoping to avoid a lot of time
consuming experimentation.
I've got an existing VB.NET app which I'd like to make scriptable using
Python for .NET. The app is a client server thing where a fat client
calls a bunch of webmethods.
If anyone can post or