Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21521 > unrolled thread
| Started by | Ashish Aggarwal <hotice.vegtiger@gmail.com> |
|---|---|
| First post | 2012-03-11 22:39 -0700 |
| Last post | 2012-03-12 12:11 -0400 |
| Articles | 2 — 2 participants |
Back to article view | Back to comp.lang.python
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
| From | Ashish Aggarwal <hotice.vegtiger@gmail.com> |
|---|---|
| Date | 2012-03-11 22:39 -0700 |
| Subject | How 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]
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Date | 2012-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