Help Needed With a Python Gaming Module

Thomas Passin list1 at tompassin.net
Wed Apr 3 16:35:46 EDT 2024


On 4/3/2024 3:06 PM, WordWeaver Evangelist via Python-list wrote:
> Hello everyone! It has been a l-o-n-g time -- nine years in fact --since I last participated on this mailing list.
> 
[snip]
> 3. You are very familiar with the Jython 2 environment, which I am told is based on Python 2 and NOT Python 3.

Yes, Jython 2 is currently more or less even with Python 2.7.

You are presumably writing or hosting this in a java environment, and 
you may not realize that you can call Jython code from a java class 
(calling java classes from Jython code is dead simple).  For example, I 
have some java servlet classes that invoke Jython classes and call their 
methods.  If that sounds useful for your project, I can let you know how 
to do it.

[more snips...]



More information about the Python-list mailing list