Scan barcode
A review by owlette
Classic Computer Science Problems in Python by David Kopec
3.0
I think this is good for non-computer science reader who is medium skilled in Python. While you're learning how to solve problems programmatically, you can refactor the code in this book to make it more Pythonic and updated with the more recent syntax features. I liked that the codes only rely on the standard libraries, which tend to get overlooked if you don't take the time to study Python.