- Archiving Files. Function that was part of a class component used to archive files. Archive Files
- Format Excel Workbook to have months always listed in order. Excel Workbook Formatter
- Pandas Format Values into dollar values. Pandas Formatter
- XML Parsing. Retreives data from URL and parses it into a dictionary XML Parser
- SAP Connector. Needed a way to connect to SAP and then start running through automation commands to retreive data. SAP
- GPX to JSON Converter. This is part of a larger project of being able to visualize run data. GPX to JSON
- ETL Challenge Problem. Create an ETL Process using parameters defined off of linkedin learning course. I developed it in a class based component. ETL Extract Transform Load
- Simple Tkinter starter. This was used to build a larger desktop application that Corporate Accounting at Norfolk Southern used to parse data. XNET Retreival
- CSV Project. Part of course I took where we would read in data and export it into a csv. CSV Project
- Magic 8 Ball. Create a Magic 8 Ball Game using OOP. Magic 8 Ball