Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #18640
| From | Stefan Behnel <stefan_ml@behnel.de> |
|---|---|
| Subject | Re: Getting involved |
| Date | 2012-01-07 12:53 +0100 |
| References | <d43b3b10-2884-4726-b19a-c4ecfa90f96d@k28g2000yqn.googlegroups.com> <4F082986.6010106@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.4507.1325937250.27778.python-list@python.org> (permalink) |
Andrew Berg, 07.01.2012 12:16: > On 1/7/2012 4:59 AM, Sophie Sperner wrote: >> Could you please list me 2 or 3 projects in Python and/or Java which >> are currently active (vivid) and useful? > > If you really want to mix Python and Java, you could help the Jython > project [...] A big issue that I have with Jython is that its ElementTree XML parser support is so increadibly slow. It could seriously benefit from a better integration between the Java XML support it uses and the Python ElementTree module that it inherits from CPython. Considering that XML is a requirement in many real world applications, especially in the Java world, you (Sophie) might be interested in adding all three of Python, Java and XML to your toolbox at the same time, while also learning how to benchmark and optimise Java and Python code. I think that would pretty quickly get you up to speed with real world software development. Stefan
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Getting involved Sophie Sperner <sophie.sperner@gmail.com> - 2012-01-07 02:59 -0800
Re: Getting involved Chris Angelico <rosuav@gmail.com> - 2012-01-07 22:13 +1100
Re: Getting involved Sophie Sperner <sophie.sperner@gmail.com> - 2012-01-07 03:17 -0800
Re: Getting involved Sophie Sperner <sophie.sperner@gmail.com> - 2012-01-07 03:36 -0800
Re: Getting involved moijes12 <moijes12@gmail.com> - 2012-01-09 23:52 -0800
Re: Getting involved Andrew Berg <bahamutzero8825@gmail.com> - 2012-01-07 05:16 -0600
Re: Getting involved Stefan Behnel <stefan_ml@behnel.de> - 2012-01-07 12:53 +0100
Re: Getting involved Sophie Sperner <sophie.sperner@gmail.com> - 2012-01-07 04:01 -0800
Re: Getting involved - Jython ElementTree performance Stefan Behnel <stefan_ml@behnel.de> - 2012-01-07 15:40 +0100
Re: Getting involved Antoine Pitrou <solipsis@pitrou.net> - 2012-01-07 20:39 +0000
Re: Getting involved Eric Snow <ericsnowcurrently@gmail.com> - 2012-01-07 14:48 -0700
csiph-web