Skip to content

hasansezertasan/awesome-python-html

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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:

Releases

No releases published

Packages

No packages published