Skip to content

Latest commit

 

History

History
109 lines (91 loc) · 9.61 KB

README.md

File metadata and controls

109 lines (91 loc) · 9.61 KB

Awesome Python HTML

A curated list of things related to python-based HTML generation.


Motivation

This section is written assuming you "use HTML for web development."

Why use Python to generate HTML...

  • You lose type hints, editor support, auto-completion, and all the good stuff in Python when you use template engines.
  • You create more files (HTML templates) and have to manage them. (You also might have to deal with the file system to manage overrides and such.)
  • It's pythonic, a familiar syntax, and you can use all the Python features.

Related:

Libraries

General HTML Generation

HTML Form Generation

Projects Using Them

Related Projects

If you are into these kinda stuff, check out these projects: