UNLESS YOU GOT BUNS, HUN.
My anaconda don't want none...
MY APPS
I just recently got into python programming. Here are a couple apps that I made.
APA Team Optimizer
I was tired of having to calculate the best team combo for my APA pool league team. I created this app in Pythonista so it will generate the best team combo with the players that showed up that night.
csvReader.py
This was an app I created at Zscaler to help me see what fields were in a csv without opening the file up in excel which could take forever (or "break") depending on how big the file was. It also let me filter out unnecessary fields and spit out a new csv file with the data I needed.
APA Discord Bot
I wanted a way to harvest my team's stats and matchup data and be able to post the results in our discord server. It is now a functional program. Take a gander at it in my github. I also took functionality of my APA Team Optimizer app for iPhone and incorporated it into this project.