jagomart
digital resources
picture1_Python Pdf 182592 | Automate Errata Print5


 175x       Filetype PDF       File size 0.12 MB       Source: nostarch.com


File: Python Pdf 182592 | Automate Errata Print5
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 ...

icon picture PDF Filetype PDF | Posted on 31 Jan 2023 | 2 years ago
Partial capture of text on file.
                                          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.” 
The words contained in this file might help you see if this file matches what you are looking for:

...Nd th errata for automate the boring stuff with python edition updated to printing page line marked by that reads rownum in range sheet max row skip first should now read if you ve been skipping around this book ll want chapter and install pillow module before continuing section...

no reviews yet
Please Login to review.