Blog

Viewing posts tagged html

An HTML Table Generator in Python

Introduction

We're going to roll our own HTML table generator here. Most programmers have had fun at least once in their lives manually writing HTML. Once the practice is mastered, however, it's not something they want to continue to do - they're content to let the front-end design people handle it (if even they do any of it manually these days). But sometimes that's not an option, which is why many Python web frameworks provide HTML generation for forms, tables, and other kinds of markup.

Categories

Tags

Authors

Feeds

RSS / Atom