
Python
文章平均质量分 94
gyc567
这个作者很懒,什么都没留下…
展开
-
Django笔记——Eclipse+pydev首个django例子helloworld
第一个django程序:1. 安装Python2.x,建议安装2.6或2.7 下载地址www.python.org配置环境变量 我的电脑->属性->高级->环境变量->系统变量增加PYTHON_HOME C:\Python27修改Path 加入%PYTHON_HOME%(pay attention:Path 值最前面一定要有一...原创 2013-07-02 11:27:20 · 116 阅读 · 0 评论 -
(How to Write a (Lisp) Interpreter (in Python))
(How to Write a (Lisp) Interpreter (in Python))This page has two purposes: to describe how to implement computer language interpreters in general, and in particular to show how to implement a su...原创 2015-05-05 20:26:16 · 1269 阅读 · 0 评论 -
(An ((Even Better) Lisp) Interpreter (in Python))
(An ((Even Better) Lisp) Interpreter (in Python))In a previous essay I showed how to write a simple Lisp interpreter in 90 lines of Python: lis.py. In this essay I make the implementation, lispy...原创 2015-05-05 20:31:58 · 588 阅读 · 0 评论