C/C++ Recommend books on Python/ C++ Programming

AI Thread Summary
The discussion centers around recommendations for programming books following the user's experience with Python and Tkinter. The user expresses satisfaction with Lutz's book and seeks further guidance on what to study next, particularly in relation to transitioning to C++. Suggestions for C++ resources include "C++: An Active Learning Approach" by Albert and Breedlove, which is praised for its practical examples and focus on differences between C and C++. Other recommended titles are Savitch's book, Bruce Eckel's book, and "Accelerated C++" by Koenig. For Python, "An Introduction to Computer Science Using Python" by Campbell et al. is suggested as a valuable resource. The user is looking for books that cater to those with prior Python experience as they prepare for their upcoming C++ course.
rubrix
Messages
136
Reaction score
0
idk if some of you remember Recommend a book on Python Programming thread i created a while back. As some of you suggested, i bought Lutz's book. I've looked into (or at least skimmed through) most of the book...i really liked it.

I'm currently working on GUI Tkinter, it seems interesting. So, once I'm done with that, what's next? It seems like I'll have to self study whatever i can...till i take another formal language (not sure when that will be...won't be for at least another 6 months). So, yeah, i need some suggestion about book i should get next. I count on you for that :)



Also, I'll be a attending a C++ course. What is a recommended book for that? Is there a book targeted to those who've had Python experience?

Thanks a lot!
 
Technology news on Phys.org
rubrix said:
Also, I'll be a attending a C++ course. What is a recommended book for that? Is there a book targeted to those who've had Python experience?

C++: An Active Learning Approach by Albert and Breedlove is great, even if you don't have any programming experience. The examples and exercises in the book are scaled down from real world problems. There is a slight bias towards Visual Studio as the environment, but one of the nicest things about the book is that at the end of each chapter they have a section on the differences between C and C++ for the covered material. I wouldn't rely on this book to learn C, but having a feature like that is nice.
 
I have an ebook if you're interested in it (1024 pages and very good) PM me if you're interested ;)
 
C++ books: Savitch's book, Bruce Eckell's book, and one named "Accelerated C++" by Koenig

Python: An Introduction to Computer Science Using Python, by: Jennifer Campbell, Paul Gries, Jason Montojo, Greg Wilson
 
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 had a Microsoft Technical interview this past Friday, the question I was asked was this : How do you find the middle value for a dataset that is too big to fit in RAM? I was not able to figure this out during the interview, but I have been look in this all weekend and I read something online that said it can be done at O(N) using something called the counting sort histogram algorithm ( I did not learn that in my advanced data structures and algorithms class). I have watched some youtube...
Back
Top