I’ve been using niceGUI with good success: https://nicegui.io Answer from Desperate-Brick-1191 on reddit.com
🌐
GitHub
github.com › mattfeltonma › python-sample-web-app
GitHub - mattfeltonma/python-sample-web-app · GitHub
This solution uses consists of a simple Python web application built using Flask. It is configured to query two public APIs.
Starred by 2 users
Forked by 44 users
Languages   Python 83.4% | HTML 16.6%
🌐
Real Python
realpython.com › python-web-applications
Python Web Applications: Deploy Your Script as a Flask App – Real Python
March 12, 2023 - Your web app handles the same functionality as your Python script did locally, only now you can deploy it to the Internet. ... Flask is a mature web framework that allows you to hand over a lot of tasks to its internals. For example, you can let Flask take care of type checking the input to your function and returning an error message if it doesn’t fit.
Discussions

How to build the front end of a web app if you only know python?
I’ve been using niceGUI with good success: https://nicegui.io More on reddit.com
🌐 r/Python
55
57
August 23, 2023
Python web application - Stack Overflow
I want to create a very simple python web app. I don't need Django or any other web framwwork like that. Isn't there a simpler way to create a web app in python? Thanks More on stackoverflow.com
🌐 stackoverflow.com
Lona - create full web-applications from a simple Python script
Dash Streamlit Pynecone Flet Atrilabs Anvil Lona What else am I missing? More on reddit.com
🌐 r/Python
63
211
March 20, 2023
Why would you use python for web development?
It’s similar to older web languages like PHP and Perl but is modern and popular. More on reddit.com
🌐 r/learnpython
74
31
February 10, 2022
People also ask

How long does it take to build and deploy a Python web app with Reflex?
You can create a working app in minutes using reflex init and have it deployed to production with a single reflex deploy command. The entire process from installation to live URL typically takes under 15 minutes for simple applications.
🌐
reflex.dev
reflex.dev › blog › how-to-build-python-web-app-complete-tutorial
How to Build a Python Web App: Complete Tutorial - Reflex
Do I need to know React or JavaScript to build interactive web interfaces with Reflex?
No, Reflex compiles Python code to React components behind the scenes, so you never write or see JavaScript. You build UI using 60+ Python functions for components like buttons, forms, and data tables, styling them with keyword arguments that match CSS properties.
🌐
reflex.dev
reflex.dev › blog › how-to-build-python-web-app-complete-tutorial
How to Build a Python Web App: Complete Tutorial - Reflex
What's the main difference between Reflex and traditional frameworks like Django or Flask?
Django and Flask handle only the backend while requiring separate JavaScript frameworks for interactive frontends, meaning you manage two codebases in different languages. Reflex lets you write both frontend and backend in pure Python within a single codebase, eliminating the need for JavaScript knowledge entirely.
🌐
reflex.dev
reflex.dev › blog › how-to-build-python-web-app-complete-tutorial
How to Build a Python Web App: Complete Tutorial - Reflex
🌐
Netguru
netguru.com › home page › blog › 8 top python web app examples from top-notch companies
8 Top Python Web App Examples From Top-Notch Companies
July 25, 2025 - Dropbox is a popular content hosting service, available on the web, via apps on iOS and Android, as well as operating systems like Windows, Linux, and macOS. Currently valued at around $8 billion, Dropbox uses Python for client and server sides. Indeed, it's their "most widely used language both for backend services and the desktop client app", and they use Python's static type checking to quickly verify millions of lines of code, boosting productivity. Dropbox is a notable example of apps written in Python, showcasing the language's capabilities in developing robust and scalable applications.
🌐
DigitalOcean
digitalocean.com › community › tutorials › how-to-make-a-web-application-using-flask-in-python-3
Build a Flask Python Web App from Scratch | DigitalOcean
November 6, 2025 - In this step, you’ll make a small web application inside a Python file and run it to start the server, which will display some information on the browser. In your flask_blog directory, open a file named hello.py for editing, use nano or your favorite text editor: ... This hello.py file will serve as a minimal example ...
🌐
Microsoft Learn
learn.microsoft.com › en-us › visualstudio › ide › quickstart-python
Create a Python Web App with Visual Studio | Microsoft Learn
Learn how to use Visual Studio and the Flask framework to build a web application in Python, add a code file, and run the app.
🌐
Python
python.org › about › apps
Applications for Python | Python.org
Python is used in many application domains. Here's a sampling. The Python Package Index lists thousands of third party modules for Python. Python offers many choices for web development: Frameworks such as Django and Pyramid. Micro-frameworks such as Flask and Bottle.
Find elsewhere
🌐
Streamlit
streamlit.io
Streamlit • A faster way to build and share data apps
Turn your data scripts into shareable web apps in minutes. All in pure Python.
🌐
Reflex
reflex.dev › blog › how-to-build-python-web-app-complete-tutorial
How to Build a Python Web App: Complete Tutorial - Reflex
3 weeks ago - You know Python, but every web framework tutorial still makes you learn a frontend framework in JavaScript to build anything interactive. This python web application framework tutorial focuses on Reflex, which under the hood compiles your Python code into React components so you can build complete web apps without context-switching between languages.
🌐
Medium
medium.com › @dattu1993 › creating-a-web-application-with-python-a-comprehensive-guide-for-beginners-db59df5867e4
Creating a Web Application with Python: A Comprehensive Guide for Beginners | by Venkata Tumuluri | Medium
March 3, 2024 - Running the Application: To run ... run the following command: ... Open your web browser and navigate to `http://127.0.0.1:5000/`, and you should see the “Hello, World!” message....
🌐
Reddit
reddit.com › r/python › how to build the front end of a web app if you only know python?
r/Python on Reddit: How to build the front end of a web app if you only know python?
August 23, 2023 -

Suppose you want to create a web app that contains a dashboard with analytics that will serve thousands of users. It needs also user authentication, subscription models, payment and everything needed for SaaS service. You have just one month for the MVP.

You code in python so it’s easy to build the backend. But if you’re alone, what would you choose as front end?

Here’s a few options that I thought:

  • Use a Python template with Flask/Django (Soft UI dashboard)

  • Use streamlit framework

  • Learn a JavaScript framework (Next.js, React ?)

  • No-code tools (Bubble, Webflow)

Anything else? What would you choose?

🌐
eSparkBiz
esparkinfo.com › best python applications
The Best Python Applications and Websites for 2025
March 5, 2026 - Later, the developers deployed it to the world’s biggest Django Web framework, which allowed them to emphasize the UI/UX part more without thinking much about the technology. Moreover, Instagram is one of the best Python Applications Examples.
Price   $12
Address   1001 - 1009 10th floor City Center 2, Sukan Mall Cross Road, Science City Rd, 380060, Ahmedabad
🌐
Plain English
python.plainenglish.io › from-tutorial-to-tool-how-i-built-a-python-web-app-in-two-days-173f1f14a7fd
From Tutorial to Tool: How I Built a Python Web App in Two Days | by Maria Ali | Python in Plain English
June 17, 2025 - From Tutorial to Tool: How I Built a Python Web App in Two Days What started as a casual weekend project turned into one of the most efficient automations I’ve ever built, with just Python, Flask …
🌐
GitHub
github.com › horejsek › python-webapp-example
GitHub - horejsek/python-webapp-example: Python web app example
Start of the app is then as simple as systemctl statr webapp. Service for the proxy (nginx) is dependendy of the first one (uwsgi), which is started automatically. But when you need to do restart or other trick with the app, you need to call for example also systemctl stop webapp.proxy.
Starred by 42 users
Forked by 22 users
Languages   Python 58.2% | Makefile 34.2% | HTML 7.6% | Python 58.2% | Makefile 34.2% | HTML 7.6%
🌐
The Hitchhiker's Guide to Python
docs.python-guide.org › scenarios › web
Web Applications & Frameworks — The Hitchhiker's Guide to Python
Tornado is an asynchronous web framework for Python that has its own event loop. This allows it to natively support WebSockets, for example. Well-written Tornado applications are known to have excellent performance characteristics.
🌐
Reflex
reflex.dev
Reflex · The platform to build and scale enterprise apps
Iterate In Python With ReflexBuild and refine your app using pure Python—fast, flexible, scalable, and open source. ... Deploy, Host, and ScaleDeploy through Databricks, Snowflake, self-host on AWS, GCP, Azure, or use Reflex Cloud. ... Build entire app flow using powerful integrations. ... Build production-ready web apps in seconds with AI-powered code generation.
🌐
GitHub
github.com › PradyumnaKrishna › Python-Web-App
GitHub - PradyumnaKrishna/Python-Web-App: Python Web Application Templates & Examples to learn and implement dynamic web application using python with Django or Flask.
Python Web Application Templates & Examples to learn and implement dynamic web application using python with Django or Flask. - PradyumnaKrishna/Python-Web-App
Starred by 9 users
Forked by 12 users
Languages   Python 60.7% | HTML 39.3% | Python 60.7% | HTML 39.3%
🌐
Python Forum
python-forum.io › thread-39439.html
Python for web apps - where to start?
Hi, I have some basic programming knowledge (can read syntax, and understand functions and statements) I have never programmed in Python so I'm looking for the right start. My goal is to make web apps with forms that enter data in a database (Mysql),...
🌐
Anvil
anvil.works
Anvil | Build Web Apps with Nothing but Python
Yes, really, nothing but Python! Anvil has a drag-and-drop editor, Python in the browser and on the server, and one-click deployment.
🌐
Planeks
planeks.net › python › what are the popular web apps made with python?
What Are the Popular Web Apps Made with Python?
December 31, 2025 - Popular web applications developed with Python are DoorDash, Reddit, and edX, but it powers many popular web apps and services, especially where data processing, automation, or rapid backend development are important.