Тёмный

Streamlit Explained: Python Tutorial for Data Scientists 

ArjanCodes
Подписаться 250 тыс.
Просмотров 35 тыс.
50% 1

Опубликовано:

 

2 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 46   
@ArjanCodes
@ArjanCodes 4 месяца назад
✅ Get the FREE Software Architecture Checklist, a guide for building robust, scalable software systems: arjan.codes/checklist.
@pabloosorio6647
@pabloosorio6647 4 месяца назад
I really appreciate how you zoomed out at the end to highlight the key differences between Streamlit, Dash, and Taipy. This adds a lot of value and sets your channel apart from basic tutorials.
@ArjanCodes
@ArjanCodes 4 месяца назад
Glad to hear you enjoy the content!
@Alticroo
@Alticroo 4 месяца назад
There is another framework, called nicegui, which is apparently inspired by streamlit. But it doesn't run from top to bottom on every interaction, and gives lower level access to styles and other front end goodies.
@M0NK-P2P
@M0NK-P2P 4 месяца назад
Love Streamlit, one of my favorite tools.
@wickedgummybear3104
@wickedgummybear3104 4 месяца назад
I've used Streamlit to build a dashboard for showing backtesting financial data results and it works wonderful. I would have loved a bit more freedom in the design, but it does what it's supposed to do.
@wexwexexort
@wexwexexort 4 месяца назад
I have used streamlit recently. It's useful for a quick dashboard, and I think it kind of makes data analysis easier. There is no learning curve, if you know python it should take a few hours. Didn't use it on production though. Running everything each time you refresh or change something may make it slow. But handling callbacks with Dash takes too much time. So I think streamlit is great for prototyping and small projects.
@thomaspt8687
@thomaspt8687 4 месяца назад
I Have already done a small project with streamlit. The one problem I find is it executes from top to bottom you may find it as not a problem, But every time a button click or any event occurs the whole scripts run from top to that event call. We have to use session state every where to keep the memory. But all in all, if you're somebody who is starting, its a very goo module. Because it gives visual satisfaction (You don`t have to study django to do a website).
@ArjanCodes
@ArjanCodes 4 месяца назад
Good points - thanks for sharing that!
@thomaspt8687
@thomaspt8687 4 месяца назад
@@ArjanCodes Actually i should thank you. Because i have learned a lot from you like poetry.
@brainforest88
@brainforest88 4 месяца назад
Its even better. I didn't have to dive int CSS, Angular etc. Just markdown was good enough.
@estephaniacalvocarvajal594
@estephaniacalvocarvajal594 4 месяца назад
One of the recent versions of Streamlit introduces the fragment component that allow you rerun a specific component instead the full page.
@thomaspt8687
@thomaspt8687 4 месяца назад
@@estephaniacalvocarvajal594 thanks for the update will check it out. 💪💪💪💪
@draghi
@draghi 4 месяца назад
I'm using Streamlit quite often for pet projects and proof of concepts, or to test REST APIs. I think the running model of Sreamlit - run a Python script from the beginning to the end on any user action is worth mentioning. It is what allows Streamlit to be so easy for relative easy tasks, but also makes more complex solutions more complicated. The (global) session state and the recently introduced experimental_fragment could also be used to mitigate this issue.
@ilyap1503
@ilyap1503 2 месяца назад
its used for more than data visualization, i've deployed functional web tools that interact with external APIs and internal databases for work. Streamlit may seem like a "fun data viz tool" but its really pushing the limits of building functional web pages purely in Python. exciting to see where this goes in 2-3 years
@martincronje5242
@martincronje5242 4 месяца назад
I love streamlit, it makes me a super hero doing very little work. It's not a full stack application, but when a customer is unsure what they want, or the requirement is simple, i don't look any further.
@itopaloglu83
@itopaloglu83 3 месяца назад
The vide is full of great content, but it also feels like it's skipping a lot of the building steps. I hope you can make some of your deep dive videos where you start from a clean sheet and create an app. This video feels like one of those old tv shows where they say they'll teach you how to make a toy house, but within the minute two they show you an already completed house.
@RymGuerbi
@RymGuerbi 3 месяца назад
Thanks for this impartial and complete video. However have you seen that Taipy has now a Python API?
@ArjanCodes
@ArjanCodes 3 месяца назад
Good to know, thanks for sharing!
@estephaniacalvocarvajal594
@estephaniacalvocarvajal594 4 месяца назад
I discovered Steamlit few weeks ago and I fall in love ... I'm not data scientists but backend developer and finally I could make my portfolio easy to access for no technical people.
@l0gic23
@l0gic23 2 месяца назад
Can we see it?
@anidiotsguide757
@anidiotsguide757 4 месяца назад
I have used Streamlit to present the findings in a project once. I liked it and want to use it more. This video made me interested in designing a streamlit-app for my data science portfolio
@AyahuascaDataScientist
@AyahuascaDataScientist 4 месяца назад
Whoopie
@akhiljp4797
@akhiljp4797 4 месяца назад
Thanks @ArjanCodes for the excellent videos. Could you please do a video on Python Dependency Mananger (pdm) package. I have been using poetry for a while, but recently tried pdm. Liked it better, especially the hooks. Looking forward for a side by side comparison on poetry and pdm.
@devilasks
@devilasks 4 месяца назад
Thank you for your ever-informative videos! Can you make one on how to actually deploy data apps of advanced complexity? There are always toy examples everywhere and mostly with static data. I would greatly appreciate if you could explain some architecture patterns for real-life data, i.e. multiple GB/TB per day in multiple batch jobs or even streaming applications. Maybe I am not the only one.
@Ultimate_Jeff
@Ultimate_Jeff 4 месяца назад
I love Streamlit! Thanks for diving into it Arjan
@ArjanCodes
@ArjanCodes 4 месяца назад
Glad to hear you enjoyed the video, Jeff!
@estephaniacalvocarvajal594
@estephaniacalvocarvajal594 4 месяца назад
Gradio is other great library ... I think Hugging face is built it with it
@andreaardemagni6401
@andreaardemagni6401 4 месяца назад
What about the data you need to use for the app? How do you connect it to a DB?
@James-vd3xj
@James-vd3xj 4 месяца назад
When is the Angular, FastAPI, SQLModel tutorials coming? ;-)
@Soltaiyou
@Soltaiyou 4 месяца назад
What happened to your clackity clack mechanical keyboard? I missed it! 😂
@ArjanCodes
@ArjanCodes 4 месяца назад
Mechanical keys are coming back soon - but I’m going to switch to the Keychron Q5 😎.
@danchiriac9484
@danchiriac9484 4 месяца назад
1st
@orlanino
@orlanino 3 месяца назад
I'm getting an error File "/home/.../.venv/lib/python3.10/site-packages/py_wanderer/plotter.py", line 21, in plot_maze_with_paths cmap = cm.get_cmap("tab20") It's deprecated. The only way I succeeded in fixing it is by changing the above line to cmap = colormaps.get_cmap("tab20") Any ideas?