Python Forum

Full Version: Newbie Needs Help with Python Port to Web
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

Can anyone point me to a simple framework that would help create a simple web front-end for this program (work in progress)?

https://corona-python.github.io/corona-model

The user model is super simple: enter some parameters in a complex form, click "plot", see result.

I threw this together quickly and continue to tweak. I wanted a simple "what if" program, no endless monte carlo simulations, no supercomputers, some reasonable controls to handle non-linear behavior, easy to code, something to show basic consequences of political vs medical choices when handling COVID-19 that is accessible to high-school kids and above.

Thanks!

(Ya, I am embedded C programmer and digital signal processing background, this is outside my area, but had an itch I needed to scratch with this model, very open to collaboration for improvements)