chosens Tag: Programming (13 items)

python 学习笔记
http://www-128.ibm.com/developerworks/cn/linux/l-pyint/index1.htmlpython自省指南回答了if __name__ == '__mai ...Last Update: 11/17/2008

map函数如何与多参数处理函数配合
http://groups.google.com/group/python-cn/browse_thread/thread/8320eb19da1e5c06/4db50e0265937fd8?#4db ...Last Update: 11/13/2008

average & mean function in Python
def average(values): """Computes the arithmetic mean of a list of numbers. > ...Last Update: 11/03/2008

在本地安装sqlite3
1. tar xzvf sqlite-3.3.8.tar.gz2. cd sqlite-3.3.83. ./configure --disable-tcl --prefix=/usr/local/sq ...Last Update: 11/02/2008

Python开发编码规范
http://wiki.woodpecker.org.cn/moin/PythonCodingRule 1. Python Coding Rule --- hoxide 初译 drea ...Last Update: 10/31/2008

Bash字符串的操作
一)字符串的替换 (1) ${变量1/查找字符/替换字符} (说明一下,这个操作中除了第一个参数是变量外其它两个都是字符;还有一点就是这个操作并不是把“变量1”中的字符替换了,详见例子) 例: ...Last Update: 09/09/2008

about VIM
python_fn.vim" Shortcuts:" ]t -- Jump to beginning of block" ]e -- Jump ...Last Update: 09/02/2008

python 下多线程程序处理
http://pyprocessing.berlios.de/ Python processing Author: ...Last Update: 08/09/2008

python 复制(拷贝)对象
需求:你想复制一个对象.因为在Python中,无论你把对象做为参数传递,做为函数返回值,都是引用传递的.讨论:标准库中的copy模块提供了两个方法来实现拷贝.一个方法是copy,它返回和参数包含内容一 ...Last Update: 07/12/2008

fixing python error: RuntimeError: maximum recursion depth exceeded in cmp
http://desk.stinkpot.org:8080/tricks/index.php/2007/04/fixing-python-error-runtimeerror-maximum-recu ...Last Update: 07/02/2008

dict 排序
Python Cookbook, 2nd EditionRecipe 5.4. Sorting Keys or Indices Basedon the Corresponding Valuesfrom ...Last Update: 06/15/2008

Mixin 扫盲班
http://blog.csdn.net/lanphaday http://groups.google.com/group/python-cn/browse_thread/thread/97a568 ...Last Update: 06/04/2008

sqlite command
http://www.sqlite.com.cn/MySqlite/5/39.Html UPDATE sql-statement : ...Last Update: 06/03/2008

 Item 1-13 of 13