Jython's tutorial. Where?
D-Man
dsh8290 at rit.edu
Fri Jun 8 18:24:58 EDT 2001
On Fri, Jun 08, 2001 at 07:22:21PM +0000, Luigi wrote:
| Hello,
|
| Where I can find tutorial about Jython?
It interprets normal Python source and has nearly all of the standard
library with it (only missing OS specific stuff and C dependant
stuff). Thus the standard Python documentation applies
(http://www.python.org/docs).
Also you can find Jython specific information at
http://jython.sourceforge.net. It also includes information specific
to interacting with Java libraries.
-D
More information about the Python-list
mailing list