TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Welcome PyT. Python DSL for fast (X)HTML generation

16 pointsby dogadaover 12 years ago

4 comments

roguasover 12 years ago
experience tells me the closer you stay to html the better. ZenCoding + LESS should sufficiently lower code generation. Abstraction layers over html tend to introduce a lot of hussle with premise of easier maintainably ( tried haml and many others, hardly added anything to the table)
评论 #4882516 未加载
评论 #4882350 未加载
jdnierover 12 years ago
I like his advice:<p>"""You probably know this feeling when you think that code is not ready for public release yet and you need to implement at least 50% of your huge todo.txt to make it good enough.<p>Today in the morning news on TV was said that we all need to finish postponed stuff because Mayan 'End of Time' is too close to postpone again. I said: "Well, if even Maya need this, I will release today". """
mmarianiover 12 years ago
You shouldn't worry about the word ending, at least not according to a NASA's scientists [1].<p>Either way, thanks for releasing your code. I'll check it out later. I love reading python.<p>[1] <a href="http://news.cnet.com/8301-17938_105-57556172-1/nasa-there-will-be-a-year-2013-so-plan-accordingly/" rel="nofollow">http://news.cnet.com/8301-17938_105-57556172-1/nasa-there-wi...</a>
baqover 12 years ago
i see certain similarities to nevow stan (created about 10 years ago by my calculation). anybody care to point out the differences?<p><a href="http://code.activestate.com/recipes/286210-very-basic-example-of-nevow-capabilities/" rel="nofollow">http://code.activestate.com/recipes/286210-very-basic-exampl...</a>