Lightweight Front-End Frameworks for Python

Looking to convert my python scripts into a front end-framework. I’m using Anvil but would love something Google native. My ide of choice is Google colab. Know of anything?

Hi @res8,

If you’re looking for something Google native and want to stick with Python, there’s no direct Anvil alternative from Google. But since you prefer Colab, you can actually use ipywidgets inside Colab to build simple front end like interfaces. It’s lightweight, Python friendly, and works well for small tools and demos.