Tips

Go further with Taipy!

Long running Callbacks

Long running Callbacks

Tasks in web applications can be time-consuming, causing communication timeouts between the server (Python application) and the client (web browser). To overcome this challenge, Taipy offers a powerful feature called "long-running callbacks" to overcome this...

Multipage application

Multipage application

Are you tired of dealing with cluttered and confusing dashboards that make finding the information you need difficult? Then it might be time to switch to multipage applications! Multipage applications allow you to organize your data and visualizations into separate...

Using tables

Using tables

Tables are a visual element in Taipy GUI that not only act as a means for presenting data but also function as a control. Building any data application (a Taipy specialty!) is a perfect opportunity to utilize Taipy’s tables and their nifty features. This article...

The data nodes

The data nodes

Taipy is a Python library for building data-driven web applications. Among various features, it offers a high-level interface for designing and executing data pipelines as an execution graph. In Taipy Core, there are two main objects: Data nodes Tasks In this...

The CSS Style Kit

The CSS Style Kit

Elevate your Taipy application's design! Get ready for a revolutionary change in your Taipy applications! The new CSS Style Kit has just been released and will take your application's aesthetics to a whole new level. With predefined cascading stylesheets, the CSS...

The skippable tasks

The skippable tasks

Taipy is an easy-to-use Python library designed for building data-driven web applications with interactive user interfaces. In this article, we focus on Taipy’s backend capabilities: Taipy Core. Taipy Core helps build and manage complex workflows, i.e., data...

The “on_change” callback

The “on_change” callback

Example of an on_change callback: Dragging the slider control to modify value triggers a callback, which updates the sine wave in the chartWhat is an “on_change” Callback? In Taipy GUI, an on_change callback is a Python function which is executed when some...

Long running Callbacks

Long running Callbacks

Tasks in web applications can be time-consuming, causing communication timeouts between the server (Python application) and the client (web browser). To overcome this challenge, Taipy offers a powerful feature called "long-running callbacks" to overcome this...

Multipage application

Multipage application

Are you tired of dealing with cluttered and confusing dashboards that make finding the information you need difficult? Then it might be time to switch to multipage applications! Multipage applications allow you to organize your data and visualizations into separate...

Using tables

Using tables

Tables are a visual element in Taipy GUI that not only act as a means for presenting data but also function as a control. Building any data application (a Taipy specialty!) is a perfect opportunity to utilize Taipy’s tables and their nifty features. This article...

The CSS Style Kit

The CSS Style Kit

Elevate your Taipy application's design! Get ready for a revolutionary change in your Taipy applications! The new CSS Style Kit has just been released and will take your application's aesthetics to a whole new level. With predefined cascading stylesheets, the CSS...

The “on_change” callback

The “on_change” callback

Example of an on_change callback: Dragging the slider control to modify value triggers a callback, which updates the sine wave in the chartWhat is an “on_change” Callback? In Taipy GUI, an on_change callback is a Python function which is executed when some...

Long running Callbacks

Long running Callbacks

Tasks in web applications can be time-consuming, causing communication timeouts between the server (Python application) and the client (web browser). To overcome this challenge, Taipy offers a powerful feature called "long-running callbacks" to overcome this...

The data nodes

The data nodes

Taipy is a Python library for building data-driven web applications. Among various features, it offers a high-level interface for designing and executing data pipelines as an execution graph. In Taipy Core, there are two main objects: Data nodes Tasks In this...

The skippable tasks

The skippable tasks

Taipy is an easy-to-use Python library designed for building data-driven web applications with interactive user interfaces. In this article, we focus on Taipy’s backend capabilities: Taipy Core. Taipy Core helps build and manage complex workflows, i.e., data...

No tips available yet!