Reputation: 159
Can a java module be modified or used within a python application when programming network socket? Is there any library for that or can jython be used for that purpose ?
Upvotes: 0
Views: 63
Reputation: 5424
You can try python modules that allow to access java classes dynamically such as Py4j and JPype.
Upvotes: 1