| Author |
Any Resources for Jython ?
|
Raj Sikka
Ranch Hand
Joined: Apr 11, 2003
Posts: 34
|
|
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
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11962
|
|
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.
|
Author of Test Driven (2007) and Effective Unit Testing (2013) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
Raj Sikka
Ranch Hand
Joined: Apr 11, 2003
Posts: 34
|
|
Hi, Thanks for the info. Regds, Srikanth
|
 |
Rick Hightower
Author
Ranch Hand
Joined: Feb 20, 2002
Posts: 350
|
|
I wrote a book on Jython that covers using Jython to program the Java API. I love Jython. What are you using it for?
|
Rick Hightower is CTO of Mammatus which focuses on Cloud Computing, EC2, etc. Rick is invovled in Java CDI and Java EE as well. linkedin,twitter,blog
|
 |
 |
|
|
subject: Any Resources for Jython ?
|
|
|