Category Archives: Python

Embedding a Python Interpreter in Java – Jython

So here is the other half of the code – the Java test end (Note Test Class in this case is a simple Java class with a property (string) Value) (The real case would not use propertis due to the … Continue reading

Posted in Python | Tagged , , , | Leave a comment

Embedding a Python Interpreter in C# – Iron Python

I needed to be able to execute scripts in two client applications. One was written in Java the other in C#. The script needs to manipulate classes in the language the interpreter in embedded in. This program works with IronPython … Continue reading

Posted in Python | Tagged , , | Leave a comment