In this video, we introduce the concept of Partials in Taipy GUI and demonstrated how using them can reduce development time while creating clearer, easier-to-follow GUI pages and components.

Partials are particularly useful when a page (or portion of a page) is used repeatedly in the application, such as for general instructions, contributions, or generic constants.

We also introduce two important Taipy GUI visual elements, Dialog and Pane, to help organize the application interface. Dialogs and Panes are windows with different pop-up behavior designed to improve the user experience.

This was the second and final part of the previous video, “4. Organizing the layout of your application.

The complete code and assets for this video can be downloaded from Taipy’s Gallery page. The dataset used in the project can be found in the src/data/folder. If you have any questions, please check our Discussion Board.

If you have any questions, please check our Discussion Board on GitHub