Skip to content

Commit

Permalink
Home tab - Vincent feedback update
Browse files Browse the repository at this point in the history
  • Loading branch information
erikfTW committed Sep 11, 2023
1 parent 17705a2 commit 0900878
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,13 @@ hide:

# Welcome to Taipy

Taipy, an open-source Python library, is a potent asset for shaping your applications' front-end and back-end facets. Notably, it delivers an uncomplicated syntax designed to expedite the creation of interactive, multi-page dashboards enriched with augmented Markdown. This web application builder empowers the generation of dynamic interfaces without requiring proficiency in web development.
Taipy is a helpful open-source Python library for improving both the front-end and back-end of your applications. It's designed to make it easy to create interactive, multi-page dashboards with enhanced Markdown content. Even if you're not an expert in web development, you can use this web application builder to create dynamic interfaces quickly and easily.

Simultaneously, Taipy is tailor-made to forge influential and tailored data-driven back-end applications. It offers automatic components that facilitate the organization and management of data access and flow orchestration. This capability, aptly termed Scenario Management, necessitates minimal Python configuration.
At the same time, Taipy is designed specifically for creating data-driven back-end applications. It comes with built-in components that make it easy to organize and control how data is accessed and managed. This feature, called "Scenario Management," requires very little setup in Python.

Employing Taipy Studio, a graphical configuration editor, configuring your scenarios (data flows) has never been more streamlined. This resource provides a user-centric interface that enables seamless drag-and-drop interactions, layout customization, and effortless feature integration.
With Taipy Studio, a graphical configuration editor, setting up your scenarios (which include data flows and pipelines) has become much simpler. This tool offers a user-friendly interface where you can easily drag and drop elements, customize layouts, and integrate features effortlessly.

For data scientists and developers alike, Taipy acts as a catalyst for successful Python endeavors. Whether your aim is a straightforward pilot or a comprehensive application within IDEs or Notebooks, Taipy equips you with all indispensable functionalities. Its architecture is meticulously crafted to truncate both development and deployment timelines significantly.

Taipy is a complete tool that empowers individuals and enterprises to develop applications without extensive coding expertise. A primary advantage of Taipy lies in its ability to expedite development across both front-end and back-end domains, encompassing everything from initial prototypes to fully scalable, production-ready applications.
Taipy is a versatile tool that enables both individuals and businesses to create applications without needing advanced coding skills. One of its key benefits is how it speeds up development for both the front-end and back-end aspects, covering everything from initial prototypes to fully scalable, ready-to-use applications.

**Front-End Functionalities:**

Expand All @@ -25,12 +23,12 @@ Taipy is a complete tool that empowers individuals and enterprises to develop ap
**Back-End Functionalities:**

- Taipy provides extensive support for establishing resilient pipelines capable of managing diverse scenarios.
- The process of modeling Directed Acyclic Graphs (DAGs) is simplified through data flow functionality.
- Enhancing the overall performance of Taipy applications, the data caching feature is integrated.
- Facilitating a registry of pipeline executions.
- The process of modeling Directed Acyclic Graphs (DAGs) is simplified through Taipy Studio.
- Enhancing the overall performance of Taipy applications, data caching, parallel executions of tasks, data source scoping are all integrated.
- Providing a registry of pipeline executions.
- Enabling pipeline versioning.
- Taipy equips users with the ability to monitor and assess the performance of their applications using the KPI tracking tool.
- Furthermore, Taipy offers a built-in visualization feature for pipelines and their associated data.
- Furthermore, Taipy offers built-in graphical explorers for visualizing your ‘executed’ pipelines and their associated data.

## Overview of Taipy

Expand All @@ -55,7 +53,7 @@ These frequently visited topics have been highlighted for your quick reference.
<h3>Getting Started</h3>
</header>
<p>
This guide comprehensively outlines key steps and concepts in Python web application development, catering to both novices and proficient Python programmers venturing into Taipy for the first time.
This guide covers all the important steps and concepts in Python web application development. It's useful for both beginners and experienced Python programmers who are trying out Taipy for the first time.
</p>
<span class="tp-content-card-readmore">Read more</span>
</a>
Expand All @@ -68,7 +66,7 @@ These frequently visited topics have been highlighted for your quick reference.
<h3>User interface</h3>
</header>
<p>
Taipy GUI provides controls and other elements to create powerful web apps in minutes. Taipy GUI empowers developers with a robust tool for visually designing user interfaces by organizing user interface block elements and utilizing style kits.
Taipy GUI gives you the tools and elements you need to create strong web apps quickly. It empowers developers by offering a powerful tool for visually designing user interfaces. You can organize user interface elements and use style kits to make your apps look great.
</p>
<span class="tp-content-card-readmore">Read more</span>
</a>
Expand All @@ -81,7 +79,7 @@ These frequently visited topics have been highlighted for your quick reference.
<h3>Charts</h3>
</header>
<p>
An essential facet of Taipy GUI, offering nearly boundless potential, Plotly is a graphing library that provides an extensive array of customizable visualizations for datasets, with these components accessible through Taipy's chart control, tightly linked to the underlying implementation.
One crucial part of Taipy's graphical user interface (GUI) is its graphing library. This library offers a wide range of customizable ways to visualize data. You can access these features through Taipy's chart control, which is closely connected to how it's implemented behind the scenes.
</p>
<span class="tp-content-card-readmore">Read more</span>
</a>
Expand All @@ -94,7 +92,7 @@ These frequently visited topics have been highlighted for your quick reference.
<h3>Scenario</h3>
</header>
<p>
We introduce the essential notion of a Taipy Scenario, representing a singular business problem instance tackled using uniform data and parameter sets, allowing users to instantiate diverse versions of a problem with varying assumptions, an invaluable asset for decision-making in contexts demanding impact and what-if analysis.
Taipy Scenario represents a specific business problem that you solve using data and different sets of parameters. This feature lets you create different versions of the same problem with different assumptions, which is really helpful for making decisions when you need to analyze the potential impact of different scenarios.
</p>
<span class="tp-content-card-readmore">Read more</span>
</a>
Expand All @@ -103,8 +101,8 @@ These frequently visited topics have been highlighted for your quick reference.

## Build your UI with dozens visual elements

Taipy offers components within open-source Python libraries that are instrumental for web application development.
Below, you'll find a succinct elucidation of each term, contextualized within the framework of the Taipy web application builder.
Taipy provides components in open-source Python libraries that are important for building web applications.
Below, you'll find a clear explanation of each term, explained in the context of the Taipy web application builder.

<ul class="tp-pills-list">
<li>
Expand Down

0 comments on commit 0900878

Please sign in to comment.