These days I've been looking for options in the desktop-apps field.
We have .NET Framework (Windows only), Wails (Golang + JS), Tauri (Rust + JS), Electron (JS), Flutter (Dart), just to name a few.
My main concern with all these technologies is which one should I use?
Many of these tools rely on JS. Despite the fact that JS has many flaws, I do not like the idea of using JS (Vue, React, etc) for the UI. I rather prefer to do both backend and frontend using the same language.
I would like to use a tool like Tauri or Wails that relies on Python and that let me choose the underlying framework (Django, Flask, etc). That will be great for packaging a web application as an executable.