How to Use Taipy and Taipy GUI in Python Applications
In this article, I want to give a general overview of Taipy (which I will explore in more depth over time). I will first present the project and give some context. Then, I will talk about Taipy’s GUI, one of its main components.
- Copied!
Taipy is a Python application builder, an open-source (Apache 2.0 license) project that lets you create business applications such as dashboards to display your data, data pipelines, or AI apps. I discovered them during my time visiting the Pycon in Bordeaux this year (I wrote an article with my notes that I took about it), where they were sponsoring the event and presenting their product. Florian Jacta and Marine Gosselin did a great job talking about the project, and I came back home really wanting to test it.
In this article, I want to give a general overview of Taipy (which I will explore in more depth over time). I will first present the project and give some context. Then, I will talk about Taipy’s GUI, one of its main components.
I will not talk about Taipy Core here, the other of the two main parts of the project.
In this article
- General Overview
- Resources
- Getting Started With Taipy
- Testing Taipy GUI
- Personal Thoughts About Taipy GUI
- Copied!