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

Jython Swing: Passing More Than Self And Event On A Button Press

I'm creating a couple of swing JButtons buttons in a loop in Jython. On press, each button shou… Read more Jython Swing: Passing More Than Self And Event On A Button Press

Jython And The Sax Parser: No More Than 64000 Entities Allowed?

I've done a simple test of the xml.sax parser in Jython on a large XML file (800 MB) and encoun… Read more Jython And The Sax Parser: No More Than 64000 Entities Allowed?

Running Jython Bytecode Using Java

It looks like I'm missing something. When using Jython to run my Python code in Java, Java byte… Read more Running Jython Bytecode Using Java

Using Ctypes With Jython

I have a trouble with using ctypes lib in my python script. Here is my code (found on the Internet)… Read more Using Ctypes With Jython

Python Interpreter In Jython

All I'm trying to do is pass an argument to the python interpreter so it can be passed as an ar… Read more Python Interpreter In Jython

Repeating A Function A Set Amount Of Times In Python

I am doing an intro class and they are asking me to repeat a function a certain amount of times, as… Read more Repeating A Function A Set Amount Of Times In Python

Getting Journal Articles By Category: Liferay Portlet Written In Python

I am trying to write a simple Liferay portlet in Python. The portlet will show a list of categories… Read more Getting Journal Articles By Category: Liferay Portlet Written In Python

Getting Started With Pylint For Jython (jython2.5.1)

We have a ton of Jython scripts for our deployment automation; I'd like Pylint to be part of ou… Read more Getting Started With Pylint For Jython (jython2.5.1)