• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Any Resources for Jython ?

 
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
author
Posts: 11962
5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Raj Sikka
Ranch Hand
Posts: 34
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Thanks for the info.
Regds,
Srikanth
 
Author
Posts: 350
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I wrote a book on Jython that covers using Jython to program the Java API.
I love Jython.
What are you using it for?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic