Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ironpython

Looping Over A Python / Ironpython Object Methods

What is the proper way to loop over a Python object's methods and call them? Given the object: … Read more Looping Over A Python / Ironpython Object Methods

Determining When A Process Has Finalized Initialization

I'm building an IronPython module that initializes an instance of AutoCAD and I need to return … Read more Determining When A Process Has Finalized Initialization

Can I Use All Standard Python Libraries With Ironpython Or

... does it requires some sort of wrappers? I was under expression that IronPython is a .NET implem… Read more Can I Use All Standard Python Libraries With Ironpython Or

Gui Development With Ironpython And Visual Studio 2010

I'm teaching an introductory class to programming and GUI development using Python, and have fo… Read more Gui Development With Ironpython And Visual Studio 2010

Is There A Python Equivalent To The C# ?. And ?? Operators?

For instance, in C# (starting with v6) I can say: mass = (vehicle?.Mass / 10) ?? 150; to set mass … Read more Is There A Python Equivalent To The C# ?. And ?? Operators?

Is Ironpython A 100% Pure Python Variant?

I just downloaded the original Python interpreter from Python's site. I just want to learn this… Read more Is Ironpython A 100% Pure Python Variant?