Conversation

Compiled the responses to this question... this is as bad as javascript framework options a decade ago 😰
Image
Quote Tweet
What’s the simplest way to turn a Python script (text input, text output) into a single-page web app? Ideally without standing up a server and web framework and crap? And super-ideally, image in output and stripe payment to see output. No notebooks like Jupiter/Collab.
Replying to
I've used or tried most of these and have to say, most of them are not production ready. The main problem is that you can't run python in the browser, so you need to either have a server backend (flask, streamlit, colab, replit) or compile to JavaScript (plotly, dash)
1
4
Replying to
There are many options, but not *this* many. I think some responses misunderstood the objective and constraints. It’s like if you asked “What’s the simplest way for me to get to the stratosphere?” and the responses are “Build a rocket” or “Buy a plane ticket” or “Climb a ladder”
3