- 简单对比cPickle与cjson的性能与效率
- 无意对比了一下cjson与cPickle的性能: [jinti@bsd ~/myproc]$ python test.py pickle usage 1.609375 c...
- 作者:发表于:2008-06-24 00:50:08 点击:2 评论:0 查阅全文...
- 对组织开发开源项目的一点看法
- 刚才在CU的Python版闲逛,看到一篇热贴:《有没有人发起一个python的项目啊 》 &n...
- 作者:发表于:2008-06-16 09:30:31 点击:10 评论:0 查阅全文...
- Python的内置函数
- dir(__builtins__) 将显示所有内置函数 如下: ['ArithmeticError', 'AssertionError', 'AttributeError', 'BaseException', 'Deprec ationWarning', 'EOFError', 'Ellipsis', 'EnvironmentError', 'Exception', 'False', 'FloatingPointError', 'FutureWarning', 'Gene...
- 作者:发表于:2008-03-19 03:32:23 点击:50 评论:4 查阅全文...
- PHP网站开发中常见问题
- 本文内容简单,却是经验之谈,对php新手应该很有帮助。 转载出处:http://blog.csai.cn/user1/15907/archiv...
- 作者:发表于:2008-03-05 02:34:53 点击:20 评论:4 查阅全文...
- 用 Psyco让Python运行得像C一样快
- Python 的设计在很多方面都类似于 Java 的设计。两者都利用了解释专门的伪编译字节码的虚拟机。JVM 比 Pyt...
- 作者:发表于:2008-03-05 02:34:21 点击:70 评论:4 查阅全文...
- Python字典文件的上机实例
- C:python Python 2.5.1 (r251:54863, Apr 18 2007, 08:51:08) [MSC v.1310 32 bit (Intel)] on win32 Typ...
- 作者:发表于:2008-03-04 04:03:52 点击:82 评论:4 查阅全文...
- python利用PIL产生验证码图片
- 利用PIL来将处理图片,并将字符串跟图片合到一起来产生验证码图片,简单的代码如下: def make_image ( im...
- 作者:发表于:2008-03-03 01:33:28 点击:101 评论:4 查阅全文...
- python使用google和baidu进行网页search
- python使用google和baidu进行网页search $ cat google.py #!/usr/bin/env python #-*- encoding:utf-8 -*-...
- 作者:发表于:2008-02-21 04:06:21 点击:129 评论:4 查阅全文...
随机推荐
热门关注
- 使用C/C++扩展Python
- 用python进行GUI开发的选择
- 基于python的web开发框架-Ch
- 用Python实现数据库编程
- python使用google和baidu进
- 重温Python的XML工具
- linux下Python网络编程框架-
- python利用PIL产生验证码图
- 冯唐--python学习日记(7)
- Python字典文件的上机实例
- Python几种开发工具介绍
- 略谈Python语言
- 用于 Python 的高级 GUI 库
- 用 Psyco让Python运行得像C
- 用于 Python 的高级 GUI 库(
- Python IDE 测评
- 新手学Linux编程之Python入
- 将XML和Python 结合起来
- 概说Python编程
- 简明 Python 教程
