Google App Engine and My Thoughts

2008-06-24 07:38

After trying Google App Engine for some time, there are goods and bads to it. ... [阅读全文]

Django: JSON, Object Oriented Views, and Starting a Real App

2008-06-24 05:10

Welcome to the third installment of Wielding Django, kindly hosted by Will Larson. As I promised in the first installment, this is where people who’ve worked with Django before can tune in. We’ll touch on JSON and object-oriented views before starting on a real (if tiny) app. ... [阅读全文]

[Python]惊!django项目遭动物保护组织MM大街裸体抗议!

2008-06-24 03:40

Django Project是用Python语言写的一个敏捷开发Web框架,和RoR类似的。每个月Python社区的程序员都要到Lawrence去参加party聚会,一来是交流感情,二来是炫耀最新的技术。 如果通常这样的聚会是“有趣”的,上一周的hackathon就是非常“囧”的了。 … ... [阅读全文]

[Python]循环语句中的else 子句

2008-06-23 23:00

有其它编程语言经验的程序员接触到Python 时最讶异的莫过于无所不在的else,不仅分枝语句有,而且循环语句也有,甚至连异常处理也有。 ... [阅读全文]

挨千刀的SCO UNIX!!

2008-06-23 21:51

气死了,今天在光大银行忙了一天,就是为了在IBM X3400上装sco unix5.0.6,哎,我很无奈呀~~~恨死SCO了! 装过程中要求加载BTLD Packages报错,我用的是USB软驱,好像认不到, 具体信息如下: Preparing root filesystem……Done. … ... [阅读全文]

[SCO基础问题]FAQ与故障解决

2008-06-23 21:51

http://unix-cd.com/unixcd12/article_852.html 类别:乱七八糟 查看评论. ... [阅读全文]

Foundations of Python Network Programming - 读书笔记系列(2) - Web

2008-06-23 20:28

HTTP(Hypertext Transfer Prototol)协议是如今使用最广的协议之一。Python中通常使用urllib2模块来实现HTTP协议。 urllib和urllib2的区别?urllib2更据扩展性,同时和urllib一样具备了基本的功能。而urllib提供了较多的一些实用的功能。 … ... [阅读全文]

Autumn, a Python ORM

2008-06-23 18:06

Autumn exists as a super-lightweight Object-relational mapper (ORM) for Python. It’s an alternative to (not a replacement of) SQLObject, SQLAlchemy, Storm, etc. Perhaps the biggest difference is the automatic population of fields as attributes (see the example below). ... [阅读全文]

Python:160行代码写一个编辑器和解释器

2008-06-23 14:58

Taylor写道:我在几周前开始学习Python,作为一个学习用的项目,我给自己设定的目标是编写一个简单的while语句的编辑器和解释器。写Python代码如同梦幻,工作流程如下:思考你如何解决这个问题,尝试用最高级别eval loop去解决,如果不能完成,找另外的 … ... [阅读全文]

Google进入流量监测领域与Alexa等机构竞争

2008-06-23 08:51

据TechCrunch报道,Google日前推出了网站趋势(Google Trends For Websites)服务。这一新工具使用户能看到所有互联网网站的流量数据,并将引发Google与Compete、Comscore、Alexa等传统互联网研究机构的竞争。 传统的流量数据服务都存在一个核心问题,即 … ... [阅读全文]

Python Development in NetBeans IDE

2008-06-23 08:23

Amit helps you to get up and running with Python in NetBeans IDE, from downloading the NetBeans modules to running your first script! ... [阅读全文]

Robot - A Great Open Source Test Automation Framework

2008-06-23 00:47

I was just made aware, that Robot, the test automation framework that we used at Nokia Siemens Networks for huge projects, is now open source. ... [阅读全文]

Huge collection of Python scripts from Microsoft

2008-06-22 21:21

Came across this after learning that Microsoft created Asirra (see comment) in Python. I had no idea that MS thought so highly of Python. Page has scripts to play with AD, applications, the desktop, hardware, logs, networking, OS (COM/registry/services/updates/etc), printing, terminal services̷... [阅读全文]

《Python 核心编程》第二版要出版了

2008-06-22 14:09

是社区组织群体翻译的。社区翻译的好处是进度快,人多力量大嘛;坏处是:不容易组织,不容易保证翻译质量。尤其是这么大部头的一本,能够圆满完成实属不易。 然而,听说大家的劳动成果居然被窃取了? 如果是真的,那大家就不要去买纸版的了吧。 … ... [阅读全文]

Python多线程借助Ping扫描某个网段

2008-06-22 12:01

if __name__ == ‘__main__’:. CreatePinger(Queue.Queue(3), ‘192.168.91.’) # 控制在一个小范围内,由于每个线程都会产生一个新的CMD,情况不理想。 # Python能自己实现Ping,不用借助Windows的CMD,嘿嘿。 ... [阅读全文]

[ZZ] Python 核心编程第二版

2008-06-22 10:28

最早是在《Core Python Programming》(中文第二版)有奖书评活动 看到这个消息的,里面的链接指向CPUG 的推广页,打开就能看到清风同学帅气的照片了:D。不过仔细一看译者却另有其人,封皮上赫然写着“宋吉广”,但这本书可是CPUG 组织翻译的啊,为什么译者却 … ... [阅读全文]

初学python,感受和C的不同

2008-06-22 01:16

从开始看Python到现在也有半个多月了,前后看了Python核心编程和Dive into Python两本书。话说半个月看两本,是个人都知道有多囫囵吞枣,这也是因为我暂时没有需求拿这个做大型开发,主要是平时的小程序test用一用。所以我的策略是,整体浏览,用到时候现 … ... [阅读全文]

Python真好玩

2008-06-21 23:28

Python太好玩了,而且很简单,比C语言简单多了,我前几天刚刚用django架出了自己的第一台服务器,尽管它只能实现“Hello, world!”这个功能,但是我兴奋不已,太好玩了,哈哈! ... [阅读全文]

YouSerials专业软件注册码搜索网站

2008-06-21 21:38

YouSerials国外的一个专门提供搜索各种软件注册码的网站. 用户只需要输入关键词进行搜索, 比如Adobe photoshop CS 3,即可在数据表各里找到许多相关的KEY, 包括KEY的添加日期, 适用OS和软件版本. 同时YouSerials还提供了搜索框插件,供方便的查询KEY。 … ... [阅读全文]

python中遇到的小问题

2008-06-21 21:31

python 问题. ... [阅读全文]