I would give better feedback but still no easy way to see the code? Unless you're trying to do it like this to have something like a closed-source version of your libraries... which would again be kind of a bizarre model to use with Python.
Show HN: Dropbase – Build internal web apps with just Python
71–80 of 119 posts
Re: Show HN: Dropbase – Build internal web apps with just Python
#72It would be great if this could generate a desktop app rather than another webapp that I need to host somewhere. We need to focus on desktop apps again.
If you’re interested in Python desktop apps, check out TKinter. I have a piece of boilerplate code I typically start with, and within an hour I can have a finished piece of software that runs in the native windows manager on any OS with no libraries or frameworks to manage. It’s not the prettiest code but it’s very easy to write and I love how native it is.
Re: Show HN: Dropbase – Build internal web apps with just Python
#73Re: Show HN: Dropbase – Build internal web apps with just Python
#74There are plenty tools like this, plolty dash, justpy, nicegui, lona, reflex, streamlit, just to name a few. If your app does not involve complicated interactions, streamlit is really easy to pick up. We also had a great experience with plotly dash for a more complicated application. nicegui also seems very promising.
It's used specifically for making simple UIs for machine learning apps. But I guess technically you could use it for anything.
Re: Show HN: Dropbase – Build internal web apps with just Python
#75You've chosen a really bizarre way to package your software. I'm looking through your repo and can't see any code for your libraries. It seems like its somehow part of the docker image? So then this is just a shim for a docker environment that contains the code? Normally people would use Github for a hosted repo and make their software available on Pypi. But deploying with a docker file is kind of opaque and sketchy.…
Re: Show HN: Dropbase – Build internal web apps with just Python
#76There are plenty tools like this, plolty dash, justpy, nicegui, lona, reflex, streamlit, just to name a few. If your app does not involve complicated interactions, streamlit is really easy to pick up. We also had a great experience with plotly dash for a more complicated application. nicegui also seems very promising.
There's also that library all the AI models started using that gives you a public URL to share. After researching it: https://www.gradio.app/ is the link. It's used specifically for making simple UIs for machine learning apps. But I guess technically you could use it for anything.
Re: Show HN: Dropbase – Build internal web apps with just Python
#77There are plenty tools like this, plolty dash, justpy, nicegui, lona, reflex, streamlit, just to name a few. If your app does not involve complicated interactions, streamlit is really easy to pick up. We also had a great experience with plotly dash for a more complicated application. nicegui also seems very promising.
Nothing wrong with commercial offerings, but the trend of posting a GitHub URL to fool people into an open source first impression when there’s nothing in the “repo” really irks me.
Re: Show HN: Dropbase – Build internal web apps with just Python
#78There are plenty tools like this, plolty dash, justpy, nicegui, lona, reflex, streamlit, just to name a few. If your app does not involve complicated interactions, streamlit is really easy to pick up. We also had a great experience with plotly dash for a more complicated application. nicegui also seems very promising.
Re: Show HN: Dropbase – Build internal web apps with just Python
#79There are plenty tools like this, plolty dash, justpy, nicegui, lona, reflex, streamlit, just to name a few. If your app does not involve complicated interactions, streamlit is really easy to pick up. We also had a great experience with plotly dash for a more complicated application. nicegui also seems very promising.
Also, a lot of the ones you mentioned are actually open source, no strings attached, self-hostable. I have personally used plotly dash and streamlit, still have a couple running for years. This one appears to be a closed source (?) commercial offering where you have to have an account to do anything with it. Nothing wrong with commercial offerings, but the trend of posting a GitHub URL to fool people into an open sou…
Re: Show HN: Dropbase – Build internal web apps with just Python
#80There are plenty tools like this, plolty dash, justpy, nicegui, lona, reflex, streamlit, just to name a few. If your app does not involve complicated interactions, streamlit is really easy to pick up. We also had a great experience with plotly dash for a more complicated application. nicegui also seems very promising.
There's also that library all the AI models started using that gives you a public URL to share. After researching it: https://www.gradio.app/ is the link. It's used specifically for making simple UIs for machine learning apps. But I guess technically you could use it for anything.