this post was submitted on 18 Nov 2024
8 points (78.6% liked)

Selfhosted

40219 readers
1561 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Hi all, I am new at Lemmy, πŸ‘‹πŸ»

I'm one of the contributors to Taipy, an open-source Python Data & AI web application builder.

Glad to receive feedback and even a few contributors! 😊

https://github.com/Avaiga/taipy

Taipy 4.0 just launched! It's similar to tools like Streamlit, Gradio, Dash, Reflex, etc., but with some unique twists.

Recap about Taipy

Taipy is an open-source Python framework designed to simplify the creation of data-driven web applications. It provides powerful tools for data scientists and engineers to build GUIs and manage complex scenarios without needing extensive front-end development skills. Whether you're creating dashboards, chatbots, or any other type of interactive data application, Taipy aims to make the process as intuitive as possible.

Key features in Taipy 4.0:

  • Enhanced Integrations: Improved compatibility with platforms like Databricks, Snowflake, and Dataiku, making data-driven application building smoother than ever.
  • Databricks Technology Partner: Officially validated as a Databricks Technology Partner, allowing for seamless orchestration and visualization of data.
  • UI & Scenario Management Improvements: Significant upgrades to our GUI and scenario management tools for a more intuitive experience.
  • Backend Performance Boosts: Major backend optimizations for faster, more efficient apps.

A look back at Taipy 3.0:

  • Taipy Studio: Graphical editor for managing configuration elements, stored in TOML for runtime use.
  • Python Page Builder API: Everything in Python, including Markdown support.
  • Scenario Management Controls: Graphically interact with Data Nodes, Jobs, and Scenarios.
  • Scheduler: Automate your tasks, let Scheduler handle the runs.
  • Style Kit: Customize your app's look with our cascading stylesheets.
  • Broadcast Updates: Keep every connected user in sync for live monitoring.

Fully open-source (Apache-2) and continuously evolving. Come check it out, and let us know what you think!

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 10 hours ago

This looks pretty cool, I will give it a try. I am using Streamlit at the moment and I am quite content with it.