Channel: @derricksherrill3511
Sign up for WayScript completely free: https://wayscript.com/auth/register?invite_key=code-with-derrick&developer=yes
Kite helps fund the channel, thanks for checking them out and supporting me -- ⭐ Kite is a free AI-powered coding assistant that will help you code faster and smarter. The Kite plugin integrates with all the top editors and IDEs to give you smart completions and documentation while you’re typing. https://www.kite.com/get-kite/?utm_medium=referral&utm_source=youtube&utm_campaign=derricksherrill&utm_content=description-only
In this one I'll show you the fundamentals of how we can build a KPI Dashboard using Python Programming and the WayScript platform (which is completely free!)
Key Performance Indicator Dashboards can be used to track tons of items. This one we'll build in this tutorial will be real time and run off a google sheet (Although you can use a variety of different sources)
Huge shoutout to WayScript for supplying their product completely free to my audience!
Join The Socials -- Picking Shoutouts Across YouTube, Insta, FB, and Twitter! FB - https://www.facebook.com/CodeWithDerrick/ Insta - https://www.instagram.com/codewithderrick/ Twitter - https://twitter.com/codewithderrick LinkedIn - https://www.linkedin.com/in/derricksherrill/ GitHub - https://github.com/Derrick-Sherrill
5280+ Subscribers at the time of writing! Thanks so much for all the love. You all are incredible. Thank you from the bottom of my heart for supporting me video after video. You all are incredible. Thank you.
Full code from the video: The Python code: import pandas as pd import numpy as np
shift = inputs['shift'] time = inputs['time'] product = inputs['product'] amount = inputs['amount']
amount = np.array(amount, dtype=np.float32)
print(amount) data = {'product':product, 'amount':amount} df = pd.DataFrame(data) print(df)
a_total = df.loc[df['product'] == 'A', 'amount'].sum() print(a_total)
outputs['a_total'] = a_total
HTML: YouTube Descriptions don't allow angled brackets :( https://github.com/Derrick-Sherrill/DerrickSherrill.com/blob/master/KPI_Dashboard.html
Packages (& Versions) used in this video: Python 3 HTML CSS Bootstrap 4 NumPy 1.17 Pandas 0.25.0
Code from this tutorial and all my others can be found on my GitHub: https://github.com/Derrick-Sherrill/DerrickSherrill.com
Check out my website: https://www.derricksherrill.com/
If you liked the video - please hit the like button. It means more than you know. Thanks for watching and thank you for all your support!!
--- Channel FAQ --
What text editor do you use? Atom - https://atom.io/
What Equipment do you use to film videos? Blue Yeti Microphone - https://amzn.to/2PcNj5d Mic sound shield - https://amzn.to/3bVNkEt Soundfoam - https://amzn.to/37NV9ci Camera desk stand - https://amzn.to/3bX8xhm Box Lights - https://amzn.to/2PanL95 Side Lights - https://amzn.to/37KSNut Green Screen - https://amzn.to/37SFFnc
What computer do you use/desk setup? Film on imac (4k screen) - https://amzn.to/37SEu7g Work on Macbook Pro - https://amzn.to/2HJ5b3G Video Storage - https://amzn.to/2Pey8sw Mouse - https://amzn.to/2PhCtv3 Desk - https://amzn.to/37O1Mv1 Chair - https://amzn.to/2uqHE4E
What editing software do you use? Adobe CC - https://www.adobe.com/creativecloud.html Premiere Pro for video editing Photoshop for images After Effects for animations
Do I have any courses available? Yes & always working on more! https://www.udemy.com/user/derrick-sherrill-2/
Where do I get my music? I get all my music from the copyright free Youtube audio library https://www.youtube.com/audiolibrary/music?nv=1
Let me know if there's anything else you want answered!
Always looking for suggestions on what video to make next -- leave me a comment with your project! Happy Coding!