[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: meuon at geeklabs.com (Mike Harrison)
- Date: Thu, 12 Oct 2006 13:49:42 -0400 (EDT)
- In-reply-to: <[email protected]>
> supposed to be pure OOP where python is not.
I've only written and worked with a little Python,
and what made it workable for me was that it was
NOT "pure OOP". It allowed a mostly procedural thinking
geek like me to quickly do what I needed to do.
What makes Perl, Python, PHP (and others) really useful is they
try NOT to force too much abstract architecture to everything.
It's about getting a job done, quickly, efficiently and as safely
as possible. PHP wins in my book just because of it's broad and deep
installed base, it's -everywhere-.