Sign up for WayScript completely free: [ Ссылка ]
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. [ Ссылка ]
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 - [ Ссылка ]
Insta - [ Ссылка ]
Twitter - [ Ссылка ]
LinkedIn - [ Ссылка ]
GitHub - [ Ссылка ]
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 :(
[ Ссылка ]
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:
[ Ссылка ]
Check out my website:
[ Ссылка ]
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 - [ Ссылка ]
What Equipment do you use to film videos?
Blue Yeti Microphone - [ Ссылка ]
Mic sound shield - [ Ссылка ]
Soundfoam - [ Ссылка ]
Camera desk stand - [ Ссылка ]
Box Lights - [ Ссылка ]
Side Lights - [ Ссылка ]
Green Screen - [ Ссылка ]
What computer do you use/desk setup?
Film on imac (4k screen) - [ Ссылка ]
Work on Macbook Pro - [ Ссылка ]
Video Storage - [ Ссылка ]
Mouse - [ Ссылка ]
Desk - [ Ссылка ]
Chair - [ Ссылка ]
What editing software do you use?
Adobe CC - [ Ссылка ]
Premiere Pro for video editing
Photoshop for images
After Effects for animations
Do I have any courses available?
Yes & always working on more!
[ Ссылка ]
Where do I get my music?
I get all my music from the copyright free Youtube audio library
[ Ссылка ]
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!
Ещё видео!