326x Filetype PDF File size 0.12 MB Source: nostarch.com
nd th
Errata for Automate the Boring Stuff with Python, 2 edition (updated to 5
printing)
Page 317: The line marked by (1) that reads:
(1) for rowNum in range(2, sheet.max_row): # skip the first row
should now read:
(1) for rowNum in range(2, sheet.max_row + 1): # skip the first row
Page 482: The line that reads:
“If you’ve been skipping around in this book, you’ll want to read Chapter 17 and install the
pillow module before continuing with this section.”
should now read:
“If you’ve been skipping around in this book, you’ll want to read Chapter 19 and install the
pillow module before continuing with this section.”
no reviews yet
Please Login to review.