https://flyte.org logo
#contribute
Title
# contribute
l

L godlike

08/11/2023, 8:19 AM
Hello Flyte Community, I've created a video tutorial on setting up Flyte development, following the Flyte contribution guide. You can view the video here:

https://youtu.be/V-KlVQmQAjE

If you find it suitable, you can consider to upload it to the official Flyte YouTube channel. Here's a Python snippet to help with the download:
Copy code
import pytube

yt = pytube.YouTube("<https://youtu.be/V-KlVQmQAjE>")
stream = yt.streams.get_highest_resolution()
stream.download()
k

Ketan (kumare3)

08/11/2023, 1:47 PM
Cc @David Espejo (he/him) can you share on LinkedIn
b

Byron Hsu

08/12/2023, 5:37 AM
very nice and useful demo!!
2 Views