Python task manager from scratch, part 17: Generating some HTML
Last time I mentioned that we had two related issues to fix: What we were displaying as HTML was not in fact valid HTML;The code generating that "HTML" from a list of tasks was the least-tested part of Veery.Steps to fixing those problemsCreate a folder, and a file