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)?
source
share