Zero-Experience Needed Tutorials
Build and Deploy a Web App in 30 Minutes with Python
For people with zero or little coding experience
Hello hello my friends, I’m so stoked to finally get to write this article today. Today’s article will kinda be like a review/tutorial that aims to let you build and deploy your own web app in 30 minutes using streamlit.
With a simple python script, anyone can quickly build a presentable web app and deploy it really quickly with minimal coding experience needed.
I’d like to clarify that this is not sponsored and no one reached out to me to do any advertisement of streamlit. A friend of mine told me about it and I just tried it out for about 30–60 mins before writing this article.
The Goal
This is what we’re trying to build + deploy today:
The good news?
12 lines of code.
Yes you heard that right — with this nice side bar, button, number input field and file uploader, the whole thing is just 12 lines of code (including import statements).