As much as I’d like to be able to produce completely error free books, the reality of the computer publishing industry is that the pace at which books must be written and released makes this very difficult. And regretfully, my own books do have sporadic mistakes and typos scattered throughout them.
For the benefit of my readers, here is a current erratum for Captain Code: Unleash Your Coding Superpower with Python. Feel free to print this page for future reference.
And as always, if you come across errors that I do not know about, please let me know. I’ll make sure they are added to this list, and will try to have them corrected in future reprints.
Page | Location | Correction |
---|---|---|
99 | Encrypt.py, 5 lines from bottom, code: (asciiMax – asciiMin) | Should be: (asciiMax – asciiMin + 1) |
103 | Decrypt.py, second snippet, code: (asciiMax – asciiMin) | Should be: (asciiMax – asciiMin + 1) |