In this Python tutorial, we'll be creating a simple notification/reminder application with Flet (Flutter for Python). We'll cover some basic UI elements like Container, Rows, and Columns, and we'll also implement animations to make our app modern and smooth. During the build, I go over concepts such as partial functions and object inheritance because these are necessary to make the app function well and are generally the way Python is written. So during these segments I'll try to explain what's happening and why. This is a great way to learn both Python programming and UI development. Enjoy!
*********************************
Modules to install:
pip3 install schedule , Flet
UI color palate and animations:
https://flet-ui.fly.dev/
#python #tutorial #animation
Continue this lesson in the app
Install CourseHive on Android or iOS to keep learning while you move.