Top critical review
3.0 out of 5 starsBetter than some.
Reviewed in the United States ๐บ๐ธ on January 4, 2021
This book is better than some of the Python books that claim quick knowledge of a computer language. Python is a powerful language and any claims to learning it in one day is a stretch. This book teaches the reader how to manipulate "strings", make simple computations, display results to the screen and gives you the very very fundamental feel of the language. If this is your first computer language than this is a good book for you and that is what I believe the author was trying to accomplish. However, loading the Python language interpreter can be a challenge maybe even frustrating since the links the author asks the reader to use didn't work on any of the computers I tried. The IDLE that is required does not get loaded with the authors link. I had to resort to loading a PYTHON Compiler which allowed me to create code, save code and execute code. On a positive note this book is better for a very first coding reader than other Python books I have reviewed. It is unlikely you will truly learn the language in one day but in a week you may have a decent handle on the very very basics. Good coding!