python html generator

前端 未结 9 1573
轮回少年
轮回少年 2020-12-04 22:28

I am looking for an easily implemented html generator for python. I found this one

http://www.decalage.info/python/html

but there is no wa

9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-04 22:56

    You might be interested in some of the Python HAML implementations. HAML is like HTML shorthand and only takes a few minutes to learn. There's a CSS version called SASS too.

    http://haml.hamptoncatlin.com/

    "Is there a HAML implementation for use with Python and Django" talks about Python and HAML a bit more.

    I'm using HAML as much as possible when I'm programming in Ruby. And, as a footnote, there's also been some work getting modules for Perl which work with the nice MVC Mojolicious:

    http://metacpan.org/pod/Text::Haml

提交回复
热议问题