How often do you use Kivy? Or bottle, Flask?
It seems like Django is what takes the majority.
Kivy reminds me of styling in a way that’s like React.
For further actions, you may consider blocking this person and/or reporting abuse
How often do you use Kivy? Or bottle, Flask?
It seems like Django is what takes the majority.
Kivy reminds me of styling in a way that’s like React.
For further actions, you may consider blocking this person and/or reporting abuse
ym qu -
Stephen Nwankwo -
Daniel Azevedo -
Qian Li -
Top comments (3)
Hi Bret!
First time I'm hearing about Kivy so the answer is never, for now :D
Seems to be based on SDL! It brings back memories of pygame.
Why does it remind you of React?
The way that you create a object and then add the details of color, type, height and width. It’s more like css... but in a way that looks like python.
What’s Pygame?
It's a library to create videogames that sits on top of SDL. It's around 20 years old.
Compared to Kivy they ha different goals, Pygame it's about videogames, Kivy about GUIs it seems.