epsi bio photo

Python - Excel - Diff
Simple spreadsheet diff tool using openpyxl.
Matplotlib - Bar Chart - Part Two
Plot a cumulative bar chart, for a good reason.
Matplotlib - Bar Chart - Part One
Prepare data structure for plot a bar chart.
Python - Excel - Pivot - Part Four
Build a custom multi column pivot table using openpyxl. Writing the xslx sheet.
Python - Excel - Pivot - Part Three
Build a custom multi column pivot table using openpyxl. Refactoring to object oriented.
Python - Excel - Pivot - Part Two
Build a custom multi column pivot table using openpyxl. Initialization and conditional optimization.
Python - Excel - Pivot - Part One
Build a custom multi column pivot table using openpyxl. Begin from scratch.