Business License fee is expensive compared to available alternatives
@JayaDattasaiKala5 ай бұрын
Theres a lot of room for custom widgets to be developed, this will take a lot for taipy to compete with streamlit ; generally streamlited apps gets transformed into either reactified or any popular frontend fw with django or fast api as backend for becoming prod ready I have explored many class A frameworks from python, none of them provides a excel /table copy paste directly into browser dataframe editorwidget other than streamlit.
@maruthiprithivi5 ай бұрын
Very nicely structured content. Loved that you kept it to the point and didn't add fillers to drag out the duration of the video. High production quality!!
@yes_man_lol8 күн бұрын
Can taipy support 200users use concurrently at the same time?
@hasanlockАй бұрын
Amazing presentation 🎉
@kubectlgetpo4 ай бұрын
Streamlit is not designed for production. It is exactly fir prototyping, fail fast, iterate fast. Once it sticks, go proper full stack!
@heijun1492 ай бұрын
Well, now I am using streamlit to do an AI chatbot application. Now wish to be designed for production, do you have any suggestions?
@GamingCritique15 ай бұрын
Nice! This makes it so much easier
@nerdg227 күн бұрын
I tried this dude, this has the same issues with text input that react native had few months ago! It's not that great and it can never be on production as how my experience went
@interspacer42775 ай бұрын
What about vs. Anvil?
@vishwastyagi83905 ай бұрын
Great ..we’ll try this Thanks
@AlonAvramson5 ай бұрын
Looks great ! thank you!
@pranaamerta80155 ай бұрын
How's this compared to Shiny for Python
@coding_wiz5 ай бұрын
will try it for one of my dashboards. Very nice tutorial.
@irapk795 ай бұрын
NIce, very nice , CRUD possible ?
@DataSciencewithHarshit5 ай бұрын
Yes, check their gallery for more examples. You will have to hitch it up with a DB for CRUD.
@irapk795 ай бұрын
@@DataSciencewithHarshit Awesome ,thank you
@gagansingh34815 ай бұрын
I love streamlit easy to understand without any such hard coding required , client needs output Designer app se koi Lena Dena Hota use
@DataSciencewithHarshit5 ай бұрын
Agreed, I also love Streamlit. In fact, comparing it with Streamlit does say a lot about Streamlit. But if I think beyond those use cases, that’s when I will look for an alternative.
@AhmedIsam5 ай бұрын
There is a shameless cheating @ 9:32 what the hell is Decimator object that reduces number of points from 1 million to 500 !!! Why there is no equivalent decimation in streamlit?
@DataSciencewithHarshit5 ай бұрын
This is already explained in the video, watch till the end. The whole point is the support for such algos within Taipy.
@AhmedIsam5 ай бұрын
@@DataSciencewithHarshit Thanks for the reply, but that decimation support is literally a one-liner. That has nothing to do with web framework. Here is the equivalent cheat in streamlit: ```python df = df.iloc[::len(df)//500][:500] # Decimation ``` I tried it out, streamlit is reduced to 1 second delay, still not as fast as taipy. You can still prove your point while being fair, don't make streamlit plot 1 million points and decimate the task to 500 points in taipy.
@AhmedIsam5 ай бұрын
@DataSciencewithHarshit I think it just clicked why Decimator object is a thing. My one-line python equivalent still means that there is round-trip to the backend to resove the reaction to user input. While the decimator object wraps a javascript solution that is front-end resolved, so, no frontend-backend-frontend trip is involved, making it faster. I will consider this solution for data intensive apps.
@vactum015 күн бұрын
they don't have free community hosting
@MohanKumar-gj9th5 ай бұрын
Streamlit is free though
@AliAlias5 ай бұрын
Streamlit more easy to write code
@KevinKreger5 ай бұрын
But flask is not for production.
@DataSciencewithHarshit5 ай бұрын
Have you checked which all companies use Flask in production?