Rio: Web apps in pure Python
github.com
Rio: Web apps in pure Python
1–10 of 205 posts
Re: Rio: Web apps in pure Python
#2Nice work! Joined the discord
Re: Rio: Web apps in pure Python
#3I have always been using Gradio, and it still comes short when it comes to slick UI, even with themes.
So it is nice to see solutions like this that has a slicker UI.
Re: Rio: Web apps in pure Python
#4Is it the run_in_window() method cross platform? Can you talk a bit more about the implementation?
Re: Rio: Web apps in pure Python
#5Curious to know what you're using under the hood for the python!
I've download the repo and a quick search with "pyodide" didn't return anything.
Re: Rio: Web apps in pure Python
#6Looks like htpy, but with some components and a different syntax?
Re: Rio: Web apps in pure Python
#7I love Python, but I also love building web apps in the native language of JS/HTML/CSS. Often times these "build the web in X" solutions are amalgamating that language into code that looks almost like HTML or JS, just with a Python flavor. I would love to hear from someone who used to do full-stack and now has moved mostly into a solution like Rio?
Re: Rio: Web apps in pure Python
#8Curious to know what you're using under the hood for the python! I've download the repo and a quick search with "pyodide" didn't return anything.
Is python actually executed in the browser or is there a cpython process running on the backend?
Re: Rio: Web apps in pure Python
#9When building a full fledged web app I prefer JavaScript - when I do want to do more in Python I find Streamlit is a perfect fit for Python native, low code, but not trying to do too much
Re: Rio: Web apps in pure Python
#10Nice! How does it compare to https://fastht.ml/