- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://aspen.io/
- 软件文档: https://github.com/AspenWeb/pando.py
软件介绍
Pando 是一个 Python 的 Web 框架,简单是其最大的吸引力。
Step 1: 启动沙盒
$ virtualenv foo $ cd foo $ . bin/activate
Step 2: 从 PyPi 安装
(foo)$ pip install aspen blah blah blah
Step 3: 创建网站根目录
(foo)$ mkdir www (foo)$ cd www
Step 4: 创建网页
(foo)$ echo Greetings, program! > index.html.spt
Step 5: 启动开发服务器
(foo)$ python -m aspen [...] Greetings, program! Welcome to port 8080.
打开浏览器访问应用:
Head First Mobile Web
Lyza Danger Gardner、Jason Grigsby / O'Reilly Media / 2011-12 / $ 50.84
Despite the huge number of mobile devices and apps in use today, your business still needs a website. You just need it to be mobile. Head First Mobile Web walks you through the process of making a con......一起来看看 《Head First Mobile Web》 这本书的介绍吧!
