Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 2.01 KB

File metadata and controls

22 lines (17 loc) · 2.01 KB

Python Projects

Repository Hosting Different Python Projects that I have built.

Functions

  1. Archiving Files. Function that was part of a class component used to archive files. Archive Files
  2. Format Excel Workbook to have months always listed in order. Excel Workbook Formatter

pandas

  1. Pandas Format Values into dollar values. Pandas Formatter

Class Components

  1. XML Parsing. Retreives data from URL and parses it into a dictionary XML Parser
  2. SAP Connector. Needed a way to connect to SAP and then start running through automation commands to retreive data. SAP
  3. GPX to JSON Converter. This is part of a larger project of being able to visualize run data. GPX to JSON
  4. 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

Tkinter

  1. Simple Tkinter starter. This was used to build a larger desktop application that Corporate Accounting at Norfolk Southern used to parse data. XNET Retreival

Practice Projects

  1. CSV Project. Part of course I took where we would read in data and export it into a csv. CSV Project
  2. Magic 8 Ball. Create a Magic 8 Ball Game using OOP. Magic 8 Ball