/taipy_core_demo

A little demo app for my Medium article about taipy core

Primary LanguagePythonMIT LicenseMIT

Code style: black License Python Version

TAIPY Core demo app

What is this app?

This is a minimal app to test Taipy Core.

📚 I used this demo to write a Medium article about how to use Taipy Core. 📚

I used Taipy 2.3 to build it.

File structure:

  • mock_config_file: this is just a mock toml with no functionality
  • src
    • config
    • data
    • page
    • main.py

Data sources

You can find the dataset in my Kaggle page.

The origincal source data is a pdf file by France Agrimer.

You can find the process I followed to create the CSV file in my blog's article about it.