Hi , I am new to Jython.I am familier with Java. How to start learning Jython? Are there any free resources over the net ? Also which book is good for Jython ? I have installed Jython2.1 on my machine from jython.org. I want to look at some code samples. where can i find such jython code samples ? Please help me. Thanks in advance, Srikanth
I am only aware of www.jython.org/docs but that's pretty much everything you need. If you intend to use Java APIs, that is pretty much all you need. If you intend to use Python APIs, the Python reference (href'd from the Jython documentation) is pretty much all you need. Note that I haven't really used Jython too much so there may be some "advanced" topics that aren't discussed sufficiently (or at all) in the Jython.org docs.