Thursday, November 14, 2024

Fingers-On Information Visualization with Google Mesop | by Alan Jones | Oct, 2024

Must read


By combining Mesop’s easy but highly effective UI parts with Plotly’s complete charting capabilities, you possibly can construct a dynamic, interactive app to showcase knowledge visualizations in Python.

Mesop is a Python-native framework developed for fast AI and internet app growth that means that you can construct refined interfaces with out the necessity for conventional frontend expertise; Plotly is, in fact, a well known and well-used graphing library.

We’ll take these parts and construct an information visualization app.

Mesop isn’t an formally supported Google product however it’s well-documented, used internally inside Google and is receiving a good quantity of publicity, so I feel we will take it significantly. Mesop is an open-source mission licensed below the Apache-2.0 license [1].

Here’s a ‘Hiya World’ app in Mesop.

import mesop as me

@me.web page(path="/")
def app():
me.textual content("Hiya World")

Hiya World with Mesop



Supply hyperlink

More articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest article