Please note: This wiki is currently running in test mode after an attack on January 5 2013. All passwords were reset, so you will have to use the password recovery function to get a new password. To edit wiki pages, please log in first. See the wiki attack description page for more details. If you find problems, please report them to the pydotorg-www mailing list.

Jython modules

JythonFaq


What parts of the Python library are supported?

The good news is that Jython now supports almost all of the standard Python library.

If there is some standard Python module that you have a real need for that doesn't work with Jython yet, please file a bug.


Can I use the python DB API from Jython?

Use zxJDBC which gives data database connectivity from Jython using the Python DB API 2.0 interface. For more information about using zxJDBC see:

- http://www.jython.org/docs/zxjdbc.html


Can I use the Numeric package from Jython?

Take a look at at Tim Hochberg's Java implementation of Numeric, JNumeric.

- http://jnumerical.sourceforge.net/index.html

JythonFaq/JythonModules (last edited 2009-08-03 06:33:55 by JimBaker)