Hands on Data Visualization with Google Mesop
Google Mesop is an easy-to-use Python UI framework. We see how to use it to create Data Visualization app with Plotly.
Mesop is a new(-ish) framework for creating web applications from Google and looks very interesting. It could easily end up being a competitor to Streamlit, Dash and Taipy.
Google seems to be concentrating on its use for AI apps but I wanted to see how suitable it is for data visualization.
By combining Mesop’s simple yet powerful UI components with Plotly’s comprehensive charting capabilities, you can build a dynamic, interactive app to showcase data visualizations in Python. I’ve written a tutorial that shows you how to do just that.
Mesop is a Python-native framework developed for rapid AI and web app development that allows you to build sophisticated interfaces without the need for traditional frontend skills; Plotly is, of course, a well-known and well-used graphing library.
We’ll take these components and build a data visualization app.
Read the complete hands-on tutorial on my website (no paywall).