Upload date
All time
Last hour
Today
This week
This month
This year
Type
All
Video
Channel
Playlist
Movie
Duration
Short (< 4 minutes)
Medium (4-20 minutes)
Long (> 20 minutes)
Sort by
Relevance
Rating
View count
Features
HD
Subtitles/CC
Creative Commons
3D
Live
4K
360°
VR180
HDR
48 results
Please support the Flet project https://flet.dev/ Build an Interactive Chat Application with Zero JavaScript! Learn how to create a ...
112 views
1 month ago
Introduction to python data structures using Flet to help to keep course interesting. Covers Python lists, variables, and for loop.
18 views
2 weeks ago
Flet is a great UI for Python. This takes you through using the Python package manager, uv, import statements, functions, and ...
31 views
3 weeks ago
Python list comprehension with Flet to show concept visually. Topics: List Comprehension Insert into list function definition with ...
10 views
Deploy Python Flet app to Fly.io using uvicorn. This technique does not use pyodide and instead runs the Python code on the ...
53 views
11 days ago
Integrate a FastAPI application with Flet. In this tutorial, we build a minimal end-to-end Python application that integrates Flet with ...
9 views
7 days ago
This is Video 29 of the Python Beginner Tutorial series and continues Module 7, where we explain why you might choose to ...
15 views
In this video, I show you how to create an iOS-style Calculator UI using Python and the Flet framework. We'll focus on building the ...
212 views
9 days ago
Código do video: https://github.com/miguelbcav/SQLITE3---FLET--PROJETO- CURSO FLET 360 PYTHON ...
100 views
💻🅃🄷🄴 🄿🄲 🄼🄰🅂🅃🄴🅁💻 ███ █┼█ ███ ┼┼ ███ ███ ┼█┼ █▄█ █▄┼ ┼┼ █▄█ █┼┼ ┼█┼ █┼█ █▄▄ ┼┼ █ ...
20,233 views
In this hands-on Flet tutorial, we learn how to use use_state to make a Python UI truly interactive. We start with a dropdown menu ...
2 days ago
In this video, we extend our minimal Flet + FastAPI application by adding real business logic to the backend. Starting from a ...
Overview of Python Flet fullstack architecture. In this video, we explain why modern Python web applications increasingly use ...
In this video, I'll show you how a mobile application developed with Python is designed and structured, using Flet for the ...
671 views
4 weeks ago
In this video, we step back and explain what you've learned so far, how it maps to real-world expectations, and how this learning ...
10 days ago
In this video, we take a hands-on look at building reusable UI components in Flet using Python. Starting from a clean project, we ...
6 days ago
Install Flet 1.0 alpha to practice with imperative and declarative UI If step 1.0 beta or 1.0 production is released, install that instead.
13 views
In this tutorial, we build a dropdown (select) menu in Flet from scratch using Python and uv. We start with a brand-new project, pin ...
7 views
In this hands-on tutorial, we add a snackbar to a Flet application that already uses a dropdown to control state. The focus is on ...
5 views
In this lesson, we refactor a Flet application model by replacing a traditional Python class with a standard-library @dataclass.