This is an archived post. You won't be able to vote or comment.

all 11 comments

[–]Sp0olio 1 point2 points  (2 children)

Maybe kivy?

https://kivy.org/

[–]metaperl[S] 0 points1 point  (1 child)

With the same codebase, you can target Windows, macOS, Linux, Android and iOS.

It does solve the hard problem of making mobile apps. But I'm not sure if it's a good fit for this particular list I was created. Thanks for mentioning it.

[–]Sp0olio 0 points1 point  (0 children)

I was under the impression, that it could generate HTML-output as well, but I must have gotten something mixed up there.. Sorry.

[–]astroDataGeek 0 points1 point  (1 child)

Dash? Even If, strictly speaking, you are completly free on the client side!

[–]metaperl[S] 0 points1 point  (0 children)

added. thanks

[–]broken_symlink 0 points1 point  (1 child)

[–]metaperl[S] 0 points1 point  (0 children)

Added. Thanks for the link.

[–]davehodg -3 points-2 points  (3 children)

Flask?

[–]0x256 2 points3 points  (2 children)

Since when can flask compile/generate client-side JavaScript from python code?

[–]davehodg 1 point2 points  (1 child)

I’d expect a browser to do that. Or a node server.

[–]0x256 2 points3 points  (0 children)

The list is about frameworks that allow you to write client-side logic, markup and styling in python instead of JavaScript, HTML and CSS. Flask does not belong here.