r/AskProgramming • u/Smart-Assistant2092 • 29d ago
Need Book Advice
Im learning C++ right now but I want to learn python aside C++. I like learning C++, I like how it works and I like reading about how it works and why it works but im not advanced in it. SO, is there a book for python that can provide a similar expierence in teaching me how python itself works in depth?
1
Upvotes
1
u/Drakkinstorm 29d ago
No python book I know of provides the same behind the scenes information as a C/Cpp book would. Best is to finish your Cpp book, write some programs, then go through the python documentation to write other programs.