- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://www.myghty.org/
- 软件文档: http://pythonhosted.org/Myghty/
软件介绍
Myghty 是一个 Python 的模板和视图控制框架,集成自 HTML::Mason。支持 Mason 的完整功能,允许基于组件的 Web 开发,使用嵌入式的 Python HTML。包含很多 Mason 没有的新概念和新特性。
示例模板:
% for mood in ['happy', 'happy', 'sad', 'sad', 'happy']: % if mood == 'happy': <img src="happyface.gif"/> Hey There ! % else: <img src="sadface.gif"/> Buzz Off ! % #if statement % #for loop
该项目已经废弃,请使用 Mako 替代。
Pro Django
Marty Alchin / Apress / 2008-11-24 / USD 49.99
Django is the leading Python web application development framework. Learn how to leverage the Django web framework to its full potential in this advanced tutorial and reference. Endorsed by Django, Pr......一起来看看 《Pro Django》 这本书的介绍吧!
