How to (simply) connect Python to my website?

I played with Python for a while and wrote a small program to make a database to track some information (its really basic and hand written). I want to add the ability to create a website from data, which I will then transfer to my special place on the Internet. What should I use to create a website? After I started Django, I found it superfluous and over my head, but if this is the only option, I will learn how to use it.

Does anyone know a simple way to output an arbitrary format database into one or more HTML files (or different formats)?

+3
source share
2 answers

HTML (Jinja - ) public_html , -.

+11

HTML - , .

- , web.py . Django ( , web.py, Django...)

0

All Articles