The Artima Developer Community
Sponsored Link

Python Buzz Forum
Java may not be that bad after all

1 reply on 1 page. Most recent reply: Apr 17, 2007 1:22 AM by Mister Ethos

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 1 reply on 1 page
Max Ischenko

Posts: 31
Nickname: maxi
Registered: Sep, 2004

Max Ischenko is a software developer from Kiev, Ukraine.
Java may not be that bad after all Posted: Apr 17, 2007 12:46 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Max Ischenko.
Original Post: Java may not be that bad after all
Feed Title: Max's blog v0.2.1
Feed URL: http://feeds.feedburner.com/MaxIBlog
Feed Description: Mastering programming and blogging
Latest Python Buzz Posts
Latest Python Buzz Posts by Max Ischenko
Latest Posts From Max's blog v0.2.1

Advertisement
There is a popular belief (which I'm not going to argue with) that programmer's productivity in Java is "inferior" to that in more dynamic languages, like Python.

That's OK but Python seems "inferior" to Java when it comes to innovations (in the environment, not in the language itself). There are countless (ok, shall I say many?) python packages which started as a port of some Java library. Those that come to mind first: unittest and logging packages, which are now even part of the Python standard library. Other examples: PyContainer, PyFIT, Cheetah, you name it. To some degree, larger frameworks often borrow as well: WebKit (servlet, request/response architecture), pyworks (similar to webworks), probably others.

Sometimes this pale imitations evolve into more pythonic things, sometimes it got replaced by built-from-scratch better alternatives (like, say, py.test). Of course, there are genuine python packages which shine even compared with the brightest Java counterparts (Twisted comes to mind first), but these are comparatively few.

The ideas' circulation between languages/platforms is a good thing and there is nothing wrong with it. Still, why Python-Java relationship are so asymmetric? Is it just reflects the difference in size of the respective communities? Is it something else here? Or are my perception skewed?

Read: Java may not be that bad after all


Mister Ethos

Posts: 1
Nickname: ethos
Registered: Apr, 2007

Re: Java may not be that bad after all Posted: Apr 17, 2007 1:22 AM
Reply to this message Reply
Well, Java in many cases ends up in a bunch of API interfaces without or with partial implementation, whereas Python has good implementation for many things you need in your everyday's work.

Flat View: This topic has 1 reply on 1 page
Topic: Taking Advantage of COM with Python Previous Topic   Next Topic Topic: Four GSoC projects for Zope Foundation

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use