最新消息:20210816 当前crifan.com域名已被污染,为防止失联,请关注(页面右下角的)公众号

Python

all python related

【记录】Python中生成(写入数据到)Excel文件中

【记录】Python中生成(写入数据到)Excel文件中

crifan 13年前 (2012-10-23) 22548浏览

想要试试,在Python中,如何将数据,导出为Excel,即把数据写入到新生成的excel文件。 1.网上看到: Working with Excel Files in Python 其中包括,Python中,如何读取excel文件,如何写入数据到...

【记录】通过源码方式安装pip

【记录】通过源码方式安装pip

crifan 13年前 (2012-10-15) 7878浏览

参考: pip Installation instructions 找到源码地址: http://pypi.python.org/packages/source/p/pip/pip-1.0.tar.gz 下载得到pip-1.0.tar.gz,解压,然...

【记录】为Python安装distribute

【记录】为Python安装distribute

crifan 13年前 (2012-10-14) 6176浏览

去distribute主页: http://pypi.python.org/pypi/distribute 下载: http://pypi.python.org/packages/source/d/distribute/distribute-0.6....

【转】Python 设置系统默认编码

【转】Python 设置系统默认编码

crifan 13年前 (2012-10-06) 3351浏览

转自:Python 设置系统默认编码   python在安装时,默认的编码是ascii,当程序中出现非ascii编码时,python的处理常常会报这样的错 UnicodeDecodeError: ‘ascii’ co...

66 queries in 0.124 seconds, using 19.11MB memory