Тёмный

How to use Streamlit in 30 Minutes! (Streamlit Tutorials 01.01) 

Python Tutorials for Digital Humanities
Подписаться 26 тыс.
Просмотров 37 тыс.
50% 1

If you enjoy this video, please subscribe.
✅Be my Patron: / wjbmattingly
✅PayPal: www.paypal.com/cgi-bin/webscr...
GitHub repo: github.com/wjbmattingly/strea...
Sample of app: share.streamlit.io/wjbmatting...
If there's a specific video you would like to see or a tutorial series, let me know in the comments and I will try and make it.
If you liked this video, check out www.PythonHumanities.com, where I have Coding Exercises, Lessons, on-site Python shells where you can experiment with code, and a text version of the material discussed here.
You can follow me at:
/ wjb_mattingly

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

 

9 июл 2021

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
@jaimelagosruminot6215
@jaimelagosruminot6215 5 месяцев назад
Man, i can't even understand all but your way of explanation is amazing! thanks for this.
@christopherhanes4519
@christopherhanes4519 2 года назад
Thanks for the "How to Create and Deploy Apps in Python with Streamlit - Complete Tutorials" series!
@python-programming
@python-programming 2 года назад
No problem! Glad you are enjoying it!
@bytexd_official
@bytexd_official 3 года назад
I find your tutorials fantastic, as well as the topics you cover. I especially love it that they're very beginner friendly. In my opinion, it gives beginners an incentive to learn (for example Python) while doing something meaningful. Also, given how consistent you've been, I'm really hoping you'll get to that point soon, when your channel/subs grow exponentially.
@python-programming
@python-programming 3 года назад
You are very kind! Thanks!!
@higiniofuentes2551
@higiniofuentes2551 2 месяца назад
Thank you for this very useful video!
@AhmedRmdan
@AhmedRmdan 18 дней назад
Great series!
@the1gofer
@the1gofer 3 года назад
Thanks for these vids. They are pretty niche but just what I need.
@python-programming
@python-programming 3 года назад
No problem! Happy to help.
@dr.junaidslectures583
@dr.junaidslectures583 2 года назад
Thank you so much. It made my work very easy. The way you explained its awesome.
@python-programming
@python-programming 2 года назад
Glad you liked it!
@eurafrican85
@eurafrican85 Год назад
I wish everything in my life was explained this well
@python-programming
@python-programming Год назад
You are too kind! Thanks so much!
@ramkumarbrk1273
@ramkumarbrk1273 2 года назад
The way u r teaching is simply awesome!!!
@python-programming
@python-programming 2 года назад
So happy to hear you say that! Thank you!
@mjacfardk
@mjacfardk 3 года назад
Thanks brother These unique tutorials 🙏
@python-programming
@python-programming 3 года назад
No problem!
@MrShreyas4
@MrShreyas4 Год назад
this video is amazing
@sachthadani292
@sachthadani292 7 месяцев назад
the best thing about this is that, it is pretty much like Tkinter, maybe it is even built on it, and that is the best part, coz when one uses python it is to do something really high level and in that case you don't wanna learn too many thinks or libraries for desinging and stuff so two very similar libraries do help... also great explanation...
@jti200
@jti200 2 года назад
круто, лайк подписка)). все достаточно подробно и понятно
@theexposer9483
@theexposer9483 2 года назад
Well done.
@python-programming
@python-programming 2 года назад
Thanks!
@Hitchon
@Hitchon 7 месяцев назад
Hey was wondering if I build a tool in Streamlit hosted on EC2. Can this be used in production? Is streamlit a good choice for tools that need to go into production?
@python-programming
@python-programming 7 месяцев назад
Such a great question! I have not. I have hosted a production app on a local university server to handle the a user load that could not handled by Streamlit Share and I have used beta apps in Streamlit Share. Streamlit is not typically used for production, rather to demo proof of concepts or let clients experiment with features of a project quickly and early. That said, for some apps it certainly works fine for production. It works great in production when a lot of your work is done via an API. I have tested it on Heroku but never EC2.
@Hitchon
@Hitchon 7 месяцев назад
@@python-programming thank you, for the example. That makes sense! I’m planning to build an openai in stream lit for a dozen people so should be alright for what I’m doing. BTW I enjoyed your streamlit series especially this video 👍👍
@lukelewis9927
@lukelewis9927 Год назад
I'm loving all the content you are producing. But I'm wondering what happened to the video that produces the pyvis graph you show @6 min. It looks like the end of this series took a turn and wonder if you cut this implementation out? I followed the series for pyvis and was so excited to see what seems like the best way to deploy it... but I'm having issues getting these two to work together. Any chance of getting help deploying Pyvis in my Streamlit site? Thanks
@python-programming
@python-programming Год назад
Wow thanks for noticing that and raising it to my attention. You are totally right! I never did that video. I will record it today or tomorrow and try to get it out early next week. I have used it for several projects, so I know it still works.
@RedCloudServices
@RedCloudServices Год назад
woo hoo! thank you...learning streamlit for a few weeks now. (1) How would a streamlit app allow a group of users to perform crud-like activity? would that require a db or simply advanced dataframe persistence? (2) It seems difficult to store user inputs and filter a folium map (and perhaps a data frame alongside a folium map) so that when a category is selected both the map and the dataframe update
@python-programming
@python-programming Год назад
Awesome! I am a huge fan of Streamlit. CRUD can be a bit tricky in Streamlit. I read an article recently that discussed using MongoDB with Streamlit. Streamlit essentially handled the GUI aspects of the communication to/from mongo. Would that be what you are after? I cannot seem to find the articl at the moment. I have personally worked with Folium and Streamlit, but it has been over a year. The two can sometimes not communicate well, especially for bi-directitonal communication. There is a library that wraps folium around Streamlit. I don't know how well it is maintained, but I seem to recall it handles bi-directional communication: github.com/randyzwitch/streamlit-folium
@sgwbutcher
@sgwbutcher 2 года назад
BOO-lee-uhn but otherwise fantastic!
@python-programming
@python-programming 2 года назад
Haha! Thanks. Its a habit I am trying to break.
@oktjona
@oktjona Месяц назад
watching in may 2024