Python GUI Tutorial - Flet Part 2 - Reusability

preview_player
Показать описание
Let's start Python GUI Programming from scratch by Creating a Tasks log App Part 2 - Python Flutter - Flet 💻

If you haven't watched Part 1, Check it out here:

Content:
------------------------
0:00:00 Introduction
0:01:28 App Overview
0:04:27 Core Class
0:12:11 Task Class
0:19:12 Widget View Handling
0:25:14 Reusing Widgets
0:28:49 Edit-View
0:32:02 Moving Data Between Widgets
0:33:38 Removing Widget In Runtime
0:38:15 Beautifying the App

Check out more advanced UI Design with this Article:

Master Python including Advanced GUI, Web design, Machine Learning, Games Development, and Everything you will ever need here:

#pythondude #python #pythonprogramming #flet
Рекомендации по теме
Комментарии
Автор

I'm very interested in Flet, because of you, very easily explained everything :)
Can you make another tutorial like Part 3, where we can store this tasks (like in json or database) and maybe some other manipulation with this app?

djpike
Автор

Best Tut on Flet... Keen to see next one .Flet recently given updates... Supporting datatable, animations, Auth.... Love to see see these topics in your channel in 2023 ! Happy New year in advance ! Thank you for reaching in candid, yet Amazing & interactive way.

SP-dbsh
Автор

I am being impatient simply cant wait for new tutorials on flet, you are good at explaining concepts..pls make more examples on oops 🙏

raJeshraOte
Автор

This is quite good tutorial on Object Oriented Programming as well, love it!

MrKhkostadinov
Автор

Really good tutorial. Easy to follow and practical. I saw your reddit comment and was interested in flet.

Rabixter
Автор

Thank you! Please do some more on flet.

GeorgAubele
Автор

Nice video! when can I expect the next episode?

jackieli
Автор

Hey PythonDude! I'm working on a project that uses tabs. Can you please do a video on how to control different content on each separate tab? I am uncertain if I should be using classes or not. Thanks for making these!

parenthecoltsenr
Автор

9:26 callback - passing functions pretty much?

yash
Автор

11:28 how come "textfield" and "addbtn" are members of self, while "taskrow" is not?

yash
Автор

UserControl is now deprecations. How it effect this video code? I guess, TaskApp has to modified from ft.UserControl to ft.Column because build() is return Column as a result. The rest is the same. Am i correct?

LoChanNelSyber
Автор

5:44 nice to see other editors/IDE than VS Code/vscodium everywhere.
neovim, Sumblime, now pycharm, ...
nice

yash
Автор

Thanks for the clear explanation. How would you amend this program to persist the data?

Gismotronics
Автор

Where can I buy a Python hoodie like yours?

bennguyen
Автор

thanks for the tutorial. However i got an issue, when task is added the label and icons in it are blury. Any solution for that?

pandumulyamuhammadsyah
Автор

Hi, thanks for creating this application, it's a bit difficult at the beginning because the classes are new stuff for me. I have a doubt; to use SQLite3, is it possible to make a kind of treeview like in tkinter? Because I look in the documentation and there is no such control. Please can you guide me to create it? I imagine that it must follow the same formula as your application. I want to make a CRUD with database and that the tuples are shown in the app. and be able to select them for deletion or modification

xrskben
Автор

Is it possible to integrate Flutter Plugins in flet like firebase_messaging for FCM?

gefilmt
Автор

Nice toturial ..but i have attributeError: 'method' object has no attribute 'current' with macOs

DEV-Fun-
Автор

How can you build reusable filepicker and upload

simbarasheusai
Автор

*Sir how can i use Flet in Pycharm ide?*

ratans.manwadi