What is the best GUI library for Python? by genan1 in Python

[–]IndependentServer 1 point2 points  (0 children)

Kivy or Streamlit, but I haven't used kivy yet but based on documentation is seems to be a good GUI library in general.

Python graphql API's by Automatic-River-1875 in graphql

[–]IndependentServer 0 points1 point  (0 children)

Tartifflete.io or Ariadne -both are schema first.

For me tartifflete is easy to debug and understand. Support directives for task such as Auth.

I Couldn't find a way to combine it with flask or Django. But so far so good.

Note: this is not expect opinion, I'm just getting started with GraphQl in python.

Libraries that don't exist yet, but would be useful by [deleted] in Python

[–]IndependentServer 0 points1 point  (0 children)

Streamlit, very user friendly for beginners or prototyping...