-
Book Overview & Buying
-
Table Of Contents
Getting Started with Taipy
By :
Taipy is an open-source Python library that allows anyone working with data (data scientists, data and business intelligence (BI) analysts, etc.…) to create complete data applications. A complete data application is a tool that handles every step of data work—from collection to analysis—in one place, so users can easily manage data and generate insights. Data professionals use the Python ecosystem to build models, conduct analysis, and generate visualizations. Taipy solves the last-mile problem: deploying these solutions into production environments.
In this chapter, you’ll discover Taipy’s main uses and the reasoning behind the library’s creation. Then, you’ll install Taipy and some development tools to start your journey. Together, we will create our first application using two types of syntax allowed by Taipy: the Markdown API and the Python API (our book focuses on the latter). Finally, you’ll learn how...