How do I turn my code into a website?
Not sure if I’m posting in the right sub, but I’ve been working on this project for a couple years and I’m almost done with it. I plan on building a website using my code, but I have no idea where to even begin.
For context, my code involves obtaining lead data from EPA documents. I gather max values, min values, and dates. I’m basically simplifying the information and I’d like to display it as a public website where the data is easier to understand than what the EPA publishes.
For example, I would like for the user to be able to select a year that displays values and provides the date the value was received.
I’ve heard of applications like Flask and Django, but I’m not sure if this is what I need for my specific project? Any advice would help, and if this is the wrong sub, please direct me to a better one.