ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

32 results

Davi Capitano
right click context menu on python's (flet) lib

learn how to make the "context menu bar" (confg menu) using mouse right click. Btw, I have unpracticed English.

5:57
right click context menu on python's (flet) lib

13 views

4 days ago

Future Minds Academy
Build Android Apps with Python in 10 Minutes! (Flet Framework)

Turn your Python scripts into real Android Apps! ​In this video, I'm going to show you how to use Flet, a magical library that ...

5:57
Build Android Apps with Python in 10 Minutes! (Flet Framework)

0 views

3 hours ago

Oppkey
29 Why Use FastAPI with Flet? Architecture Tradeoffs Explained PYTH 7.02

This is Video 29 of the Python Beginner Tutorial series and continues Module 7, where we explain why you might choose to ...

10:59
29 Why Use FastAPI with Flet? Architecture Tradeoffs Explained PYTH 7.02

14 views

7 days ago

Oppkey
40 Hands-On Flet Tutorial: use_state for Interactive UI with Dropdowns and Objects PYTH 9.04

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 ...

10:52
40 Hands-On Flet Tutorial: use_state for Interactive UI with Dropdowns and Objects PYTH 9.04

8 views

1 day ago

Oppkey
34 Building Reusable Components in Flet (Python) — Structure, Imports, and ft.component PYTH 8.01

In this video, we take a hands-on look at building reusable UI components in Flet using Python. Starting from a clean project, we ...

5:52
34 Building Reusable Components in Flet (Python) — Structure, Imports, and ft.component PYTH 8.01

8 views

5 days ago

Oppkey
30 Minimal Flet + FastAPI App (Python 3.12, uv, Health Check Demo) PYTH 7.03

Integrate a FastAPI application with Flet. In this tutorial, we build a minimal end-to-end Python application that integrates Flet with ...

13:53
30 Minimal Flet + FastAPI App (Python 3.12, uv, Health Check Demo) PYTH 7.03

9 views

6 days ago

Oppkey
31 Adding Business Logic with FastAPI + Pydantic (Flet UI Inputs, Python Full Stack) PYTH 7.04

In this video, we extend our minimal Flet + FastAPI application by adding real business logic to the backend. Starting from a ...

8:39
31 Adding Business Logic with FastAPI + Pydantic (Flet UI Inputs, Python Full Stack) PYTH 7.04

7 views

6 days ago

Oppkey
38 Flet Dropdown Menu Tutorial (Python 3.13 + uv) | Beginner-Friendly Walkthrough -  PYTH 9.02

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 ...

5:56
38 Flet Dropdown Menu Tutorial (Python 3.13 + uv) | Beginner-Friendly Walkthrough - PYTH 9.02

6 views

1 day ago

Oppkey
44 Using Python Dataclasses in a Flet App: Cleaner Models, Less Boilerplate - PYTH 9.08

In this lesson, we refactor a Flet application model by replacing a traditional Python class with a standard-library @dataclass.

12:47
44 Using Python Dataclasses in a Flet App: Cleaner Models, Less Boilerplate - PYTH 9.08

4 views

1 day ago

Python Decoded
Python and Flet - A truly cross-platform application on Flutter.

Flutter is a very powerful cross-platform framework that you can now use on Python, thanks to the Flet library. In this video ...

8:56
Python and Flet - A truly cross-platform application on Flutter.

431 views

1 day ago

Oppkey
36 Refactoring Flet  State into Reusable Flet Components — Custom Displays, Buttons  PYTH 8.03

In this video, we continue our deep dive into Flet components written in Python and focus on refactoring state-driven UI into clean, ...

16:44
36 Refactoring Flet State into Reusable Flet Components — Custom Displays, Buttons PYTH 8.03

17 views

5 days ago

Código Espinoza - Automatiza tu Vida
Create PROFESSIONAL Apps with Python in 200 Lines 🤯 Fleet + Asynchronous APIs

🚀 Did you know you can create professional desktop applications with Python in under 100 lines of code? In this video, I'll ...

25:27
Create PROFESSIONAL Apps with Python in 200 Lines 🤯 Fleet + Asynchronous APIs

5,532 views

2 days ago

Oppkey
28 Full-Stack Python Preview: Flet + FastAPI Integration - PYTH 7 01

This is Video 28 of our Beginner Python Tutorial series and the introduction to Module 7, where we move closer to a traditional ...

6:08
28 Full-Stack Python Preview: Flet + FastAPI Integration - PYTH 7 01

13 views

7 days ago

Oppkey
32 Connecting Flet UI to FastAPI Backend (POST Requests, Threading, Live Updates) PYTH 7.05

Connect working backend in FastAPI to Flet frontend In this tutorial, we complete the final missing connection between the Flet ...

9:00
32 Connecting Flet UI to FastAPI Backend (POST Requests, Threading, Live Updates) PYTH 7.05

5 views

6 days ago

Oppkey
39 Python OOP Fundamentals with Flet | Classes, Lists, Dictionaries, and Dropdown Menus PYTH 9.03

In this video, we cover core Python object-oriented programming (OOP) fundamentals and apply them directly to a real UI ...

17:30
39 Python OOP Fundamentals with Flet | Classes, Lists, Dictionaries, and Dropdown Menus PYTH 9.03

3 views

1 day ago

Oppkey
41 Understanding use_state in Flet: Declarative State, Rerenders, and UI Updates PYTH 9.05

In this lecture-style video, we take a deeper, conceptual look at ft.use_state in Flet, using slides and live code to explain how ...

6:21
41 Understanding use_state in Flet: Declarative State, Rerenders, and UI Updates PYTH 9.05

4 views

1 day ago

DotNet Real world example
How to Run FunctionGemma Locally with Ollama | Offline Function Calling Guide

Learn **how to run FunctionGemma locally with Ollama** and enable **offline function calling** for your AI projects!

17:28
How to Run FunctionGemma Locally with Ollama | Offline Function Calling Guide

138 views

1 day ago

Oppkey
33 Separation of Concerns in Flet + FastAPI: Two Servers, One App (and How to Test with curl) 7.06

Now that the code is working end-to-end, this video steps back and explains the architecture and why it matters. You will learn: ...

5:44
33 Separation of Concerns in Flet + FastAPI: Two Servers, One App (and How to Test with curl) 7.06

4 views

6 days ago

Oppkey
37 Flet Gridview PYTH 9.01

Introduction to Flet Gridview.

14:14
37 Flet Gridview PYTH 9.01

7 views

5 days ago

Oppkey
35 State Management in Flet Components — use_state, Buttons, and Dynamic UI Updates PYTH 8.02

In this lesson, we build directly on the previous video and introduce state management in Flet components using the ft.use_state ...

5:09
35 State Management in Flet Components — use_state, Buttons, and Dynamic UI Updates PYTH 8.02

10 views

5 days ago