Java Good books/articles I can learn java from? Or another programming language?

AI Thread Summary
The discussion centers around resources for learning programming, specifically mentioning free PDFs and books. A notable recommendation is Bruce Eckel's C++ books, which are available for free and are described as comprehensive. Additionally, Oracle's online tutorials for Java are highlighted as useful resources. There is also a suggestion to consider learning Python first due to its ease of use, while C++ is noted for its speed and control. Participants express enthusiasm about exploring these resources further.
mariexotoni
Messages
56
Reaction score
0
From free PDF's to books I have to buy. Anything that will be helpful
 
Technology news on Phys.org
mariexotoni said:
From free PDF's to books I have to buy. Anything that will be helpful

Hey mariexotoni and welcome to the forums.

One book that I can recommend that is free (I used this a very long time ago) is the C++ books by Bruce Eckel. I don't know exactly what they are like now but they were very comprehensive and they are free to download. Take a look here:

http://www.ibiblio.org/pub/docs/books/eckel/
 
thanks so much!
 
Alright. Sorry if this wasn't what you were looking for, and this is probably a bit late, but I suggest you use Python (much easier to learn) first, or C++ (a lot faster to program in and a bit faster to run, as well as giving you more control) as chiro recommended.
 
okay, no it's not too late. :) going to start lookin' at it over the weekend when i have some extra time to play with.
 
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
I have a quick questions. I am going through a book on C programming on my own. Afterwards, I plan to go through something call data structures and algorithms on my own also in C. I also need to learn C++, Matlab and for personal interest Haskell. For the two topic of data structures and algorithms, I understand there are standard ones across all programming languages. After learning it through C, what would be the biggest issue when trying to implement the same data...
Back
Top