chosens Tag: Python (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

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 中函数参数的传递是通过“赋值”来传递的。但这条规则只回答了函数参数传递的“战略问题”,并没有回答“战术问题”,也就 ...Last Update: 07/18/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