Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #21521 > unrolled thread

How Python empowers Java?

Started byAshish Aggarwal <hotice.vegtiger@gmail.com>
First post2012-03-11 22:39 -0700
Last post2012-03-12 12:11 -0400
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  How Python empowers Java? Ashish Aggarwal <hotice.vegtiger@gmail.com> - 2012-03-11 22:39 -0700
    Re: How Python empowers Java? Terry Reedy <tjreedy@udel.edu> - 2012-03-12 12:11 -0400

#21521 — How Python empowers Java?

FromAshish Aggarwal <hotice.vegtiger@gmail.com>
Date2012-03-11 22:39 -0700
SubjectHow Python empowers Java?
Message-ID<90d7a28f-8d7b-4623-88ea-07e0e101b4e3@ni10g2000pbc.googlegroups.com>
I am a Java developer but new to Python.
I am trying to assess, as what are new capabilities that Python will
provide me if I use it with Java.

Guys can you please help me?

[toc] | [next] | [standalone]


#21539

FromTerry Reedy <tjreedy@udel.edu>
Date2012-03-12 12:11 -0400
Message-ID<mailman.589.1331568707.3037.python-list@python.org>
In reply to#21521
On 3/12/2012 1:39 AM, Ashish Aggarwal wrote:
> I am a Java developer but new to Python.
> I am trying to assess, as what are new capabilities that Python will
> provide me if I use it with Java.
>
> Guys can you please help me?

1. Jython is a Python interpreter (older version) implemented in Java. 
It accesses Java classes located on the same machine. I believe it has 
an interactive mode just like CPython. So you can experiment 
interactively with the behavior of Java code. You can also write test 
suites for Java code in Jython. This is one actual use of Jython.

2. Learning a different object model may help you understand Java better.

-- 
Terry Jan Reedy

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web