John O'Hanley
unread,Apr 6, 2011, 5:59:48 PM4/6/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to javapractices-dot-com-discuss
That may very well be true. I haven't used python extensively, so I
can't speak from experience myself.
I'm not so sure that it's the language. I suspect it's more about the
libraries and tools instead.
For example, I know that some beginner Java text books use Swing for
their examples. That's a bad idea, since Swing is complex, and not
easy to deal with. Not good for beginners.
On the server-side, there's more choice for tools. One could certainly
use a large, unwieldly toolkit on the server side as well, but there
are also smaller toolkits available too (web4j, for example).
Unfortunately, the Java "culture" seems to favor large, complex tools
over small, simple ones, I'm afraid...
- John