Skip to content

Taipy Core

The Taipy Core package is a Python library designed to build powerful and customized data-driven back-end applications. It provides the necessary tools to help Python developers transform their algorithms into a complete back-end application. It brings algorithm management to another level: algorithms are now connected to the end-user through user-defined scenarios, powerful scenario management and comparison, interactive data, smart job orchestration, etc.

Taipy Core provides the key concept of Scenario. Among other functionalities, a Scenario represents an instance of a data science problem with its datasets (modeled as Data nodes in Taipy Core) and the algorithms to run to solve the problem. The algorithms are modeled as an execution graph (a Directed Acyclic Graph or DAG) that can be seen as a succession of functions (or Tasks in Taipy Core) that exchange data. With Taipy Core, one can model simple as well as very complex algorithms.

Basic example,

Definition of Taipy Core concepts,

Documentation on the Python configuration,

Description of Taipy Core entities

Documentation on user application version management