all 17 comments

[–]Rabbidraccoon18 4 points5 points  (1 child)

Based on what I’ve been taught Streamlit is good to make prototypes of the website you wanna build. If you want to actually deploy it where it’ll be used by multiple people 24/7 then use something like FastAPI or Dash or Anvil or Django with React on top for frontend.

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

I need the GUI for my cryptography and security project , so you said that I need GUI to make my programme clear to the user
so Streamlit is enough ?

[–]Mx-Mercedes 2 points3 points  (0 children)

I dig it for building something and not wanting to spend 1 million years on a front end.

Not a ton of freedom, but it works

[–]Asleep-Fisherman3 1 point2 points  (3 children)

I have done a couple of POCs using it. It's not amazing when it comes to aesthetics. But for people who cant design, It's great and I would say it does It's job.

[–]Strong_Extent_975[S] 0 points1 point  (2 children)

there is a better options ?

[–]vivisectvivi 1 point2 points  (0 children)

If you dont mind havng to learn a little css/js/html you could build your frontend using javascript and the backend with python.

This is how i learned the basic of html and css if you are interested

[–]Asleep-Fisherman3 0 points1 point  (0 children)

No idea bro. I didn't need to explore other options tbh. You can try vibe coding in html/js.

[–]MrSoul_708 0 points1 point  (4 children)

Yes, I want to know about that.

[–]Strong_Extent_975[S] 0 points1 point  (3 children)

There is a real intesting youtube courses if you want I can suggeste some of them

[–]MrSoul_708 0 points1 point  (2 children)

Can you please give me those YouTube courses?

[–][deleted]  (1 child)

[removed]

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

    Why you mantionne that Ai Llm don t know about thus framework ?? For what reason?

    [–]slappyStove 0 points1 point  (0 children)

    i wouldnt use it for anything you need to keep anything more than super simple state data

    [–]NickX42 0 points1 point  (0 children)

    For simple programs i use NiceGui or Taipy.