Python in Excel is a GAMECHANGER
12:43
Build a SaaS with Streamlit
13:24
11 ай бұрын
Пікірлер
@diakaul7587
@diakaul7587 Күн бұрын
how can we integrate like dislike feature after the response is given so that user gives a thumbs up and thumns down
@CodingIsFun
@CodingIsFun Күн бұрын
Thanks for watching. That is currently not natively supported by Streamlit. Cheers, Sven ✌️
@salman_3833
@salman_3833 Күн бұрын
not sure why but i keep getting this error! ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject and it points to "from streamlit_gsheets import GSheetsConnection"
@CodingIsFun
@CodingIsFun Күн бұрын
Thanks for watching. Please clone the repo and try again. Cheers, Sven ✌️
@digitalvariant
@digitalvariant 2 күн бұрын
The .streamlit/comfig.toml file i have doesn't reflect on the actual page and the preview. I re-hooked it several times to github. Please help
@FernandoFischer6048
@FernandoFischer6048 2 күн бұрын
Thank yoiu Very, Very Much Brother
@CodingIsFun
@CodingIsFun 2 күн бұрын
My pleasure! Appreciate you taking the time to watch and leave a comment. Cheers, Sven ✌️
@TamNguyen-cy3ix
@TamNguyen-cy3ix 2 күн бұрын
Thank you so much!!!!!!!!! This saved me tons of time as people use different ways of navigation. But this one is much better.
@CodingIsFun
@CodingIsFun 2 күн бұрын
An absolute pleasure, very happy to hear that you found it useful! Cheers, Sven ✌️
@EstephaniaRuizLeza
@EstephaniaRuizLeza 2 күн бұрын
anyone can give some pointers on how to download driver from that website?
@EstephaniaRuizLeza
@EstephaniaRuizLeza 2 күн бұрын
I have 109.0.5414.168
@CodingIsFun
@CodingIsFun 2 күн бұрын
Yes, here you are: kzbin.info/www/bejne/ooe3qKmvhdWXoLM Cheers, Sven ✌️
@mydetlef
@mydetlef 3 күн бұрын
I tried it this way and failed. Maybe because I used standard widgets. No matter - I then switched to ChatGPT and Co. and gave ChatGPT 4o-mini, Gemini and ChatGPT (free version) a picture of my app with a prompt. Result: Gemini was the worst result. The buttons were arranged vertically, not horizontally, and the log output didn't work. Fixing it up wasn't helpful too. ChatGPT 4o-mini worked but I got the best result from the free ChatGPT chat. Worked straight away. Added threading to actions straight away. Well done. My prompt was: "Write an app with customtkinter like the one in the picture. At the top there is a text field in which a path is to be entered. Below there are several buttons to trigger actions. The lower part is a text area in which log information is displayed by the respective action during the action. The buttons are locked during the action."
@alcaravan555
@alcaravan555 3 күн бұрын
Many thanks, I hope your plan is to make a video where is connected to database and also create reports, apps like inventory, admin proyects, etc.
@CodingIsFun
@CodingIsFun 3 күн бұрын
Thanks for watching and your suggestions. Cheers, Sven ✌️
@Istock-096
@Istock-096 3 күн бұрын
How to change IP proxy because this is automatically turning off my python script.
@CodingIsFun
@CodingIsFun 3 күн бұрын
Thanks for watching. Sorry, but I am not sure what you mean. Cheers, Sven ✌️
@KennethFunk
@KennethFunk 3 күн бұрын
Good god, I don't know who told you that this captioning was a good thing to do...but they lied. Closed Captioning has its place. Use it not your own captioning because that annoying colored square can not be turned off.
@CodingIsFun
@CodingIsFun 3 күн бұрын
Thanks for watching and your feedback. Cheers, Sven ✌️
@Elkcib
@Elkcib 3 күн бұрын
This tutorial is just too awsome!
@CodingIsFun
@CodingIsFun 3 күн бұрын
Glad you liked it! Cheers, Sven ✌️
@cyagasa
@cyagasa 4 күн бұрын
Watching from South Africa well thanks for sharing , I am lover of Python.
@CodingIsFun
@CodingIsFun 3 күн бұрын
My pleasure! Appreciate you taking the time to watch and leave a comment. Greetings to South Africa. Cheers, Sven ✌️
@user-kt6eb5zc7x
@user-kt6eb5zc7x 4 күн бұрын
wow , i paste the complete from before and chat GPT make updates with convenience changes , perfect , Chat GPT have inllegent AI that know i want to integrate the functionality of saving submissions to an Excel file, validating email addresses, and handling form submissions within the provided Tkinter GUI, chat GPT make automatic update the code and told me the missing things he will need to add it like : Add functionality to the existing Tkinter application to validate input. Save the data to submissions.xlsx with an auto-incremented ID. Clear fields and display success/error messages.
@CodingIsFun
@CodingIsFun 3 күн бұрын
Thanks for watching! -Sven ✌️
@maliktanveerdhool
@maliktanveerdhool 4 күн бұрын
Great how to hide top GitHub area and bottom hosted streamlit area?
@CodingIsFun
@CodingIsFun 3 күн бұрын
Thanks for watching. To remove that, you could deploy your app to another web server, e.g. Render or Heroku. Cheers, Sven ✌️
@user-rc6vl7tf5y
@user-rc6vl7tf5y 6 күн бұрын
A site to send SMS for free using the API. Site name: SMS Chef. Please, we want Excel for this site
@avinashkumardarling5161
@avinashkumardarling5161 6 күн бұрын
This Video Proved Humans are better than AI. Thanks a lot.
@CodingIsFun
@CodingIsFun 3 күн бұрын
Thanks! 🙏 -Sven
@yeahnick4260
@yeahnick4260 8 күн бұрын
i dont know but, if anybody is questioning which one to learn, why does noone say "if u cant decide, learn both" ?? Python and vba both are similar in my opinion. I first started learning vba. Now i am learning python. and thx to my vba knowledge, learning python is way easier compared to a absolute beginner
@CodingIsFun
@CodingIsFun Күн бұрын
That's, of course, also a solution 😅. Adding more tools to your toolbox does not hurt (if you are willing to spend the extra time and effort). That said, I followed a similar path as you. I first learned VBA, and that definitely helped later on when I picked up Python. Today, I am still using both Python and VBA. I guess that also explains the name of my website (pythonandvba.com 😅). Cheers, Sven ✌️
@GreyEyedAthena
@GreyEyedAthena 8 күн бұрын
damn I WISH ALL THINGS WERE MADE THIS EASY !!!! thank you !!!
@CodingIsFun
@CodingIsFun 8 күн бұрын
My pleasure! Appreciate you taking the time to watch and leave a comment. Cheers, Sven ✌️
@Jriad
@Jriad 8 күн бұрын
i keep getting AttributeError: module 'streamlit' has no attribute 'Page' any idea why?
@CodingIsFun
@CodingIsFun 8 күн бұрын
Are you using the latest Streamlit version as explained in the video (1:27 min)? pip install streamlit --upgrade Cheers, Sven ✌️
@Jriad
@Jriad 8 күн бұрын
​@@CodingIsFun it seems the problem with the installation i used another PC and it worked thanks and sorry for the disturbance
@engvictorfarias
@engvictorfarias 8 күн бұрын
Excellent, my friend!
@CodingIsFun
@CodingIsFun 8 күн бұрын
Thank you! -Sven
@raw8319
@raw8319 8 күн бұрын
great tutorial!!
@CodingIsFun
@CodingIsFun 8 күн бұрын
Glad you liked it. Thanks for watching and taking the time to leave a comment! -Sven
@balazspalinkas7848
@balazspalinkas7848 9 күн бұрын
This is an amazing video!! Thanks so much for taking the time to explain!!
@CodingIsFun
@CodingIsFun 9 күн бұрын
Glad it was helpful! Thanks for watching! Cheers, Sven ✌️
@darkened_controller_001
@darkened_controller_001 9 күн бұрын
Bro, seriously, you are really the god of coding to me , it was the best tutorial i have ever seen
@CodingIsFun
@CodingIsFun 9 күн бұрын
Thank you, mate! Happy to hear that the video helped you. Happy Coding! Cheers, Sven ✌️
@niko9bellic
@niko9bellic 9 күн бұрын
Hello my friend thanks by the solution, I have a question Might be saved on CSV? because sales from this las 12 months and the data exceeded the million of rows, so, by then, I can load it onto Power Query
@CodingIsFun
@CodingIsFun 9 күн бұрын
Thank you very much for watching the video and your comment. Your requirements are well noted. Yet, I receive many requests for creating individual solutions. As much as I want to help, I simply do not find the time in my daily schedule to develop & test all the different requests. I hope you can understand. Thank you! -Sven ✌️
@MysTiC-hk8by
@MysTiC-hk8by 9 күн бұрын
For me it's only showing white page, what should i do?
@CodingIsFun
@CodingIsFun 9 күн бұрын
Please clone the repo and try again, thanks! -Sven
@nambuiphuong4788
@nambuiphuong4788 9 күн бұрын
In 2:16, when i rename my text file just like you, the logo didnt transfer to the "atom" logo, can you please help me describe specifically how you do that
@CodingIsFun
@CodingIsFun 9 күн бұрын
That is because I have set Windows to open Python files with Atom. To do this, right-click on a Python file, select "Open with," then "Choose another app." Check "Always use this app to open .py files," select Atom from the list or go to "More apps" and "Look for another app on this PC" to locate Atom, then click OK. This will set Python files to open with Atom by default. Cheers, Sven ✌️
@torque6389
@torque6389 9 күн бұрын
This video is gold! Thank you!
@CodingIsFun
@CodingIsFun 9 күн бұрын
Happy to hear that it was useful; thank you for taking the time to leave a comment and for watching the video! Cheers, Sven ✌️
@sanrui
@sanrui 10 күн бұрын
great tutorial is easy to understand for me even just beginer in python like, thanks for the video
@CodingIsFun
@CodingIsFun 10 күн бұрын
Thanks for the positive feedback! Appreciate you taking the time to leave a comment. Cheers, Sven ✌️
@richievellalar3214
@richievellalar3214 10 күн бұрын
you can use Filter F right ?
@CodingIsFun
@CodingIsFun 10 күн бұрын
Thanks for watching. I have not tried that. Feel free to give it a try. Cheers, Sven ✌️
@viniwata
@viniwata 11 күн бұрын
Thank you! This is one of the best videos on the subject. Can someone help me with an issue? When I'm on page 'X' in the menu, the background color changes to a darker shade, and the text turns solid black. However, on the other pages, the text appears in a lighter black, almost as if there's a transparency effect. How can I make all the text in the menu solid black? Thanks!
@CodingIsFun
@CodingIsFun 10 күн бұрын
Thanks for watching. Sorry, I haven't heard about this issue before. You might want to try your luck and ask your question in the Streamlit community forum. Cheers, Sven ✌️
@pagemaster4568
@pagemaster4568 11 күн бұрын
what's the text editor he was using for running the python about 50sec in
@CodingIsFun
@CodingIsFun 10 күн бұрын
I think he uses the Atom text editor. Cheers, Sven ✌️
@user-pz4qj9pj6w
@user-pz4qj9pj6w 11 күн бұрын
Here is the data chat that i've been downloaded. It doesn't seem like a chat to me. PK  -CôX  WhatsApp Chat with Test.txtmŽ=NA …ûœâ`w+¤„í¶Ž‚(¥µc’‘fí‘g†‰‚q'N‚# Ü<ò³ŸwÛëÛíxÓa?ûïϯû#z¹:qIÀB)yg -ÐWí]¼]ì=Wî* mµÄàúŒzŽË™j Ñ ~aÁ£c™sîüžÀ˜Ԑb©>¬ê;¼x |Äd‚U‡Íî¿ Ÿ´añ#þÀoÚÉ´e÷ŽW½óÅ;[ˆ84“H¯}h¥­4aN´RÅ„7/|@ÈkóPK úËŽ†Ç  PK   -CôXúËŽ†Ç   WhatsApp Chat with Test.txtPK   I 
@clay_001-xb6rr
@clay_001-xb6rr 11 күн бұрын
very informative sven how do we add a image folder
@CodingIsFun
@CodingIsFun 10 күн бұрын
Thank you! Sorry, but I am not sure what you mean. Cheers, Sven ✌️
@williamsagbanagba-p7p
@williamsagbanagba-p7p 11 күн бұрын
Best python-streamlit coders
@CodingIsFun
@CodingIsFun 10 күн бұрын
Thank you! ❤️ -Sven
@sundayabiodun8819
@sundayabiodun8819 12 күн бұрын
How did you use an icon as a call action button? I mean the contact me button you used that opened the contact form
@CodingIsFun
@CodingIsFun 10 күн бұрын
As explained in the video 4:12 min. Cheers, Sven ✌️
@bunjeegamings
@bunjeegamings 12 күн бұрын
Anyone can help me? When i run it, it says no module named pandas but i already installed it. Please help me
@CodingIsFun
@CodingIsFun 12 күн бұрын
Thanks for watching. Please ensure that you are running the code in the same environment in which you installed the package. Cheers, Sven ✌️
@cambsdigital
@cambsdigital 12 күн бұрын
Thank you for this. I see DETA has changed a lot since. Did you switch to a different platform for this. I am running into a problem and get this:❗ Error: failed to create a project, developer mode needs to be enabled to build apps.. nowhere online can I find a solution. If you know it please let me know. Thanks.
@CodingIsFun
@CodingIsFun 12 күн бұрын
Thanks for watching. Yes, I know. Deta has unfortunately changed a lot. Currently, I run all my Python scripts and APIs on PythonAnywhere. However, the FastAPI feature on PythonAnywhere is currently in Beta, and the web UI for managing FastAPI there is a bit limited for now. Cheers, Sven ✌️
@cambsdigital
@cambsdigital 12 күн бұрын
@@CodingIsFun Thanks again for your trusted recommendation. I would have stuck with Deta (space) had there been some simple way or help forum. Will dive into your channel much more.
@agushendra
@agushendra 12 күн бұрын
Hi, I got "No module named 'streamlit_gsheets'" error when running the app (7:01), I ran the app on my local computer and the st-gsheets-connection version is 0.0.4, can you help me to figure out the solution?
@CodingIsFun
@CodingIsFun 12 күн бұрын
Thanks for watching and for your question. Hard to tell from a distance why you are facing an error. Sorry that I cannot help.
@chrisder1814
@chrisder1814 13 күн бұрын
great do you use browser automation studio?
@CodingIsFun
@CodingIsFun 12 күн бұрын
Thanks for watching. No, I have not tried that. Cheers, Sven ✌️
@chrisder1814
@chrisder1814 4 күн бұрын
​@@CodingIsFun ​ I'm asking you this question because I don't know anything about coding and I'm starting to use make software And I'm wondering about other automation software, what other software do you use? Do you also create Chrome or WordPress extensions? Do you also use custom gpt?
@CodingIsFun
@CodingIsFun 4 күн бұрын
@@chrisder1814 All my tools/software I am using can be found here: pythonandvba.com/resources/ For many of my internal automation flows I am using Pabbly Connect: pythonandvba.com/go/pabbly-connect I hope this helps! -Sven
@neetiwason2065
@neetiwason2065 13 күн бұрын
Can we build a sidebar like the one on the Streamlit documentation webpage (docs.streamlit.io/)? For instance, imagine having sections like "About Me" or "Section 1" with clickable subsections. Clicking on any section or subsection should take me to the corresponding page. How can we achieve this?
@CodingIsFun
@CodingIsFun 12 күн бұрын
Thanks for watching. Currently, that does not seem to be supported natively in Streamlit. Cheers, Sven ✌️
@gagansingh3481
@gagansingh3481 13 күн бұрын
How do i build a web site like you sir ... Any udemy course you can recommend I am a non coder
@CodingIsFun
@CodingIsFun 12 күн бұрын
Thanks for watching. You might want to check out my Streamlit Playlist here: kzbin.info/aero/PL7QI8ORyVSCaejt2LICRQtOTwmPiwKO2n Also, for learning Python, you can check out my favorite resources here: pythonandvba.com/resources I hope it helps! Happy learning & coding! Cheers, Sven ✌️
@gagansingh3481
@gagansingh3481 12 күн бұрын
​@@CodingIsFun -Thank you sir
@BriannaLEAO
@BriannaLEAO 13 күн бұрын
When I try to run the code, only a small white window pops up instead of the design. Any way to fix?
@CodingIsFun
@CodingIsFun 13 күн бұрын
Thanks for watching. Not sure why you wrote the same comment mutltiple times, but anyways 😅: Please clone the repo and try again, thanks! Cheers, Sven ✌️
@BriannaLEAO
@BriannaLEAO 13 күн бұрын
When I try to run the code, it only prints out a white small window?
@CodingIsFun
@CodingIsFun 13 күн бұрын
Thanks for watching. Not sure why you wrote the same comment mutltiple times, but anyways 😅: Please clone the repo and try again, thanks! Cheers, Sven ✌️
@BriannaLEAO
@BriannaLEAO 13 күн бұрын
When I try to run the code, only a small white screen pops up?
@CodingIsFun
@CodingIsFun 13 күн бұрын
Thanks for watching. Not sure why you wrote the same comment mutltiple times, but anyways 😅: Please clone the repo and try again, thanks! Cheers, Sven ✌️
@BriannaLEAO
@BriannaLEAO 13 күн бұрын
When I try to run the code, only a small white screen pops up?
@CodingIsFun
@CodingIsFun 13 күн бұрын
Thanks for watching. Not sure why you wrote the same comment mutltiple times, but anyways 😅: Please clone the repo and try again, thanks! Cheers, Sven ✌️
@hugovs27
@hugovs27 13 күн бұрын
from streamlit_gsheets import GsheetsConnection Ln 2 Col 6
@CodingIsFun
@CodingIsFun 13 күн бұрын
?
@sumitranjan5212
@sumitranjan5212 14 күн бұрын
How to put a attachment bUtton in the left corner of text input box??
@CodingIsFun
@CodingIsFun 13 күн бұрын
That's natively not supported in Streamlit according to the docs: docs.streamlit.io/develop/api-reference/chat/st.chat_input Cheers, Sven 🤞
@Film_it_all
@Film_it_all 14 күн бұрын
Did I understand you can't do this on a Mac?
@CodingIsFun
@CodingIsFun 13 күн бұрын
Yes, this solution only works in Windows. Cheers, Sven ✌️