Tutorial: Stock Portfolio
Building applications has never been easier in this current era.
- Copied!
Stock Portfolio dashboard
Building applications has never been easier in this current era. With many open-source Python packages available, we can build applications from scratch with a minimum number of lines of code. Especially for data people, there are various open-source Python packages to build AI applications, including Taipy.
To build a data application, sometimes we need to hassle our way into writing a long form of code to acquire a simple application. Using the open-source package Taipy, we can easily build both the GUI and back-end in a few lines of code.
How to create a simple application? Let’s explore a little bit regarding Taipy with this stock portfolio tutorial example.
In this article
- Building an application with Taipy
- Taipy GUI
- Taipy Core
- Combining Taipy GUI and Taipy Core
- Copied!