[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] good website for novice learning Java ?
- Subject: [ale] good website for novice learning Java ?
- From: jknapka at kneuro.net (JK)
- Date: Thu, 12 Oct 2006 10:32:33 -0600
- In-reply-to: <00bf01c6ee1a$e828dbb0$5f01a8c0@SAMBA>
- References: <002d01c6ee08$a28d0de0$5f01a8c0@SAMBA><[email protected]><[email protected]><009c01c6ee15$53f69270$5f01a8c0@SAMBA> <[email protected]> <00bf01c6ee1a$e828dbb0$5f01a8c0@SAMBA>
Courtney Thomas wrote:
> But, can Python be a substitute for Java and is it functionally as complete,
Yes. Java can be faster, but in many cases it doesn't make
a difference (for example, in most desktop applications
the vast majority of a program's time is spent waiting for
the user to do something, so performance is very often a
non-issue).
> and if yes to these....why has it not
> basically surplanted Java ?
Because Sun spends billions of dollars hyping Java, whereas
Python has to live or die on its merits alone. Given that
discrepancy, Python is doing very well for itself.
-- JK