Streamlit Explained: Python Tutorial for Data Scientists

preview_player
Показать описание

In this Python tutorial, I’ll dive into Streamlit, a tool that simplifies the creation of web applications for your data science projects. Additionally, I’ll discuss the differences between Streamlit and other libraries like Dash and Taipy.

🔖 Chapters:
0:00 Intro
1:01 Installation
1:53 Hello World
4:57 Adding a plot
6:59 Adding a sidebar with a config
9:53 Adding multiselects
10:56 Publishing an application
11:40 How’s it different from Dash or Taipy
14:31 Outro

#arjancodes #softwaredesign #python
Рекомендации по теме
Комментарии
Автор

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.

pabloosorio
Автор

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.

Alticroo
Автор

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.

martincronje
Автор

I don't know where I have been while streamlit got so popular. Busy with other things, I guess. Thanks for the intro video, this was much more helpful than the myriad of these that I have been looking at to ramp up faster.

davidduncan
Автор

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.

estephaniacalvocarvajal
Автор

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.

wickedgummybear
Автор

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.

draghi
Автор

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.

wexwexexort
Автор

Love Streamlit, one of my favorite tools.

MNK-PP
Автор

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).

thomaspt
Автор

I love Streamlit! Thanks for diving into it Arjan

Ultimate_Jeff
Автор

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

anidiotsguide
Автор

Personally, I was left a bit misled by the title of the video. I was expecting to see examples that are more practical for Data Scientists like loading data in pandas Dataframe, or exploratory data analysis, plotting and using ML models inside Streamlit. The comparison at the end was nice.

SuperPacoo
Автор

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.

devilasks
Автор

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.

akhiljp
Автор

Thanks for this impartial and complete video.
However have you seen that Taipy has now a Python API?

RymGuerbi
Автор

What about the data you need to use for the app? How do you connect it to a DB?

andreaardemagni
Автор

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.

itopaloglu
Автор

When is the Angular, FastAPI, SQLModel tutorials coming? ;-)

James-vdxj
Автор

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

ilyap
visit shbcf.ru