79838669

Date: 2025-12-05 08:19:15
Score: 1
Natty:
Report link

There are different ways to handle this:
(I believe 1. fits you the best)

  1. Use Streamlit (or look for alternatives), it lets you write pure python and it runs as a web app that you could deploy and others can use.

  2. Use a Python Web Framework (Flask, FastApi, other) which will require some html knowledge (and js if you need dynamic updates i believe)

  3. Or you could use Pyodide or Brython, which let python run inside WebAssembly (i think you will still need js/html in some way there)

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Aru