DerrickSherrill.com
This is a code repository that stores various code examples for my website and youtube videos.
Most of the time I'll add Python scripts to this repo that are independent of each other. More or less a collection of (Hopefully) useful tools.
Check out My YouTube Channel! https://www.youtube.com/channel/UCJHs6RO1CSM85e8jIMmCySw?view_as=subscriber
Pandas Andrew's Plot Example
Video Tutorial: https://youtu.be/3eV3_yfGM4s https://github.com/Derrick-Sherrill/DerrickSherrill.com/blob/master/andrewsplotexample.py Description: Analyze Multivariate Data using an Andrew's Plot from Pandas
Change Making Problem: Arbitrary Coins Version
Video Tutorial: https://youtu.be/m2Elp9ubY3w https://github.com/Derrick-Sherrill/DerrickSherrill.com/blob/master/arbitrary_coins.py Description: Return most effective change with user decided coin values
Automate a Supply Chain Forecasting
Video Tutorial: https://youtu.be/x01N1kIQhUs https://github.com/Derrick-Sherrill/DerrickSherrill.com/blob/master/automate_supply_chain.py Description: AWS Algorithm I used with python to predict supply chain demand numbers.
Automate Excel Reporting (The Better Version)
Video Tutorial: https://youtu.be/1Kcco6koC34 https://github.com/Derrick-Sherrill/DerrickSherrill.com/blob/master/AutomateExcelReporting.py Description: Techniques to Automate Microsoft Excel Reporting
Auto Website Viewer
Video Tutorial: https://youtu.be/Dq7yHiCjKrA https://github.com/Derrick-Sherrill/DerrickSherrill.com/blob/master/AutoWebsiteViewer.py Description: Reload webpages every X seconds
Combine Worksheets on Column
Video Tutorial: https://github.com/Derrick-Sherrill/DerrickSherrill.com/blob/master/Combine_worksheets_on_column.py Description: