Arms-On Knowledge Visualization with Google Mesop | by Alan Jones | Oct, 2024
By combining Mesop’s easy but highly effective UI parts with Plotly’s complete charting capabilities, you may construct a dynamic, interactive app to showcase information visualizations in Python.
Mesop is a Python-native framework developed for fast AI and internet app growth that lets you construct subtle interfaces with out the necessity for conventional frontend abilities; Plotly is, after all, a widely known and well-used graphing library.
We’ll take these parts and construct a knowledge visualization app.
Mesop is just not an formally supported Google product however it’s well-documented, used internally inside Google and is receiving a good quantity of publicity, so I believe we are able to take it critically. Mesop is an open-source mission licensed underneath the Apache-2.0 license [1].
Here’s a ‘Hey World’ app in Mesop.
import mesop as me@me.web page(path="/")
def app():
me.textual content("Hey World")
Hey World with Mesop