Re: [Tutor] Python programmer needs to learn Java

2006-04-18 Thread Justin Ezequiel
> If you already know a language "Just Java" (now titled "Just Java 2") by > Peter van der Linden is very good. Thanks Terry. Will surely check this out. ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Python programmer needs to learn Java

2006-04-18 Thread Justin Ezequiel
> The only online resources I recommend for Java are: > 1) Bruce Eckel's Thinking in Java and > 2) The official Sun tutorial > > The only book I've found that I like is: > O'Reilly Learning Java > > The Java in a Nutshell is a useful reference too. > Thanks Alan. Will check these out ASAP. ___

Re: [Tutor] Python programmer needs to learn Java

2006-04-18 Thread Terry Carroll
On Tue, 18 Apr 2006, Justin Ezequiel wrote: > I am seeking book recommendations or preferrably online tutorials > to help me learn Java. If you already know a language "Just Java" (now titled "Just Java 2") by Peter van der Linden is very good. It's intended for people who are moving from C to J

Re: [Tutor] Python programmer needs to learn Java

2006-04-18 Thread R. Alan Monroe
> Greetings. > I am seeking book recommendations or preferrably online tutorials > to help me learn Java. _Head First Java_ Alan ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor

Re: [Tutor] Python programmer needs to learn Java

2006-04-18 Thread Alan Gauld
> I am seeking book recommendations or preferrably online tutorials > to help me learn Java. The only online resources I recommend for Java are: 1) Bruce Eckel's Thinking in Java and 2) The official Sun tutorial The only book I've found that I like is: O'Reilly Learning Java The Java in a Nutshe

[Tutor] Python programmer needs to learn Java

2006-04-17 Thread Justin Ezequiel
Greetings. I am seeking book recommendations or preferrably online tutorials to help me learn Java. Company under new management and most likely would be moving to Java and .NET I came from Visual Basic 6 to Python and had little problems which is why I love Python.