- 授权协议: 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.
打开浏览器访问应用:
ANSI Common Lisp
Paul Graham / Prentice Hall / 1995-11-12 / USD 116.40
For use as a core text supplement in any course covering common LISP such as Artificial Intelligence or Concepts of Programming Languages. Teaching students new and more powerful ways of thinking abo......一起来看看 《ANSI Common Lisp》 这本书的介绍吧!
