Single Page Web App in Python - Part 1
dev.to·21h·
Discuss: DEV
Flag this post

Why this?

I found myself working on yet another python web application, copying some stuff from the previous one, improving it a bit and wondering if now is the time to create that great example project to make life easier next time. I am starting this without knowing exactly where it will end, but I imagine a basic single page application with complete build and installation scripts for Linux, Docker and Kubernetes.

In this post

In this post I will create a small python project that can render a page in a browser - like Hello World for web apps. This will be the foundation for the next, soon to follow post. Stay tuned!

Source on GitHub

Source for this post in on branch post_1 on [https://github.com/stefanmeisner/single_page_python](https://github.com/stefanmeisner/s…

Similar Posts

Loading similar posts...