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
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Back
Top