Member-only story

Easiest ways to make GUI’s with Python

Manpreet Singh
3 min readSep 5, 2021

--

Welcome back! For those who don’t know, Python is an awesome programming language with a ton of capability, one of these features is building web applications, so let’s talk about some of the easiest ways to build a web app with Python. I do want to mention one thing, if you know any web development language (Javascript, HTML, CSS) or a front end framework (React, Angular), you will probably get alot more customizability using a framework like Flask or Django, but these packages are definitely easier to use. With this long introduction out of the way, let’s get started!

Streamlit

This is without a doubt one of my favorite ways to build a web application with Python, Streamlit is an awesome package that allows you to build out front-ends for your data application. In my experience, this is the package that I go to the most when developing out a front-end, if you want to learn more about this package, check out the link below:

--

--

Manpreet Singh
Manpreet Singh

Responses (3)