AutomateTheBoringStuff.Ch12 package

Submodules

AutomateTheBoringStuff.Ch12.P1_readingExcel module

Reading Excel

This program uses openpyxl to read Excel documents.

AutomateTheBoringStuff.Ch12.P1_readingExcel.main()[source]

AutomateTheBoringStuff.Ch12.P2_readCensusExcel module

Read census Excel

Tabulates population and number of census tracts for each county.

Note

AutomateTheBoringStuff.Ch12.P2_readCensusExcel.main()[source]

AutomateTheBoringStuff.Ch12.P3_writingExcel module

Writing Excel

This program uses openpyxl to write Excel documents.

AutomateTheBoringStuff.Ch12.P3_writingExcel.main()[source]

AutomateTheBoringStuff.Ch12.P4_updateProduce module

Update produce

Corrects costs in produce sales spreadsheet.

Note

AutomateTheBoringStuff.Ch12.P4_updateProduce.main()[source]

AutomateTheBoringStuff.Ch12.P5_stylingExcel module

Styling Excel

This program uses openpyxl to format Excel documents

AutomateTheBoringStuff.Ch12.P5_stylingExcel.main()[source]

Module contents