Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #21539
| From | Terry Reedy <tjreedy@udel.edu> |
|---|---|
| Subject | Re: How Python empowers Java? |
| Date | 2012-03-12 12:11 -0400 |
| References | <90d7a28f-8d7b-4623-88ea-07e0e101b4e3@ni10g2000pbc.googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.589.1331568707.3037.python-list@python.org> (permalink) |
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
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
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
csiph-web