ChinaUnix.net
相关文章推荐:

python 标准库函数

RT

by zongtongfu123 - Python - 2010-02-24 10:37:21 阅读(10967) 回复(13)

相关讨论

现在很是对python感兴趣,基本语法都会了,想深入学习 现在卡在标准库上了 在文档中心下了一份,python标准库中文版 作者是python江湖群 里面的函数输入参数,返回值都说不清楚,都是一大段一大段的示例代码 仅仅是用函数,却要看大段大段的代码,实在头大 有没有人推荐份标准库的资料啊,网上搜的都是“python标准库中文版”这个,还有其他更详细的资料吗?

by leewger - Python - 2011-05-03 09:11:29 阅读(1874) 回复(2)

python标准库中文手册 还不错的!

python手册

by 中关村村草 - Python - 2012-07-20 15:56:17 阅读(12111) 回复(12)

import shutil import pygtk pygtk.require('2.0') import gtk import os,re import socket, fcntl, struct 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u3/101147/showart_2057383.html

by longingo - Python文档中心 - 2009-09-22 10:41:53 阅读(1957) 回复(0)

python标准库》模块索引: 1. 核心模块 * _ _builtin_ _ 模块 * exceptions 模块 * os 模块 * os.path 模块 * stat 模块 * string 模块 * re 模块 * math 模块 * cmath 模块 * operator 模块 * copy 模块 * sys 模块 * atexit 模块 * time 模块 * types 模块 ...

by cjcse - Python - 2015-11-13 16:23:12 阅读(68394) 回复(73)

问个问题,大侠们: 现在用c++调用python的库,用c++开启多线程的情况下调用python库实现的函数,报错信息如下: PyImport_GetModuleDict: no module dictionary! 怎么解决c++的多线程函数里也能调用python实现的函数。 多谢!!!

by shuangquan - Python - 2009-03-05 12:42:14 阅读(3098) 回复(1)

周末阅读《python标准库》一书的threading部分,以我vxworks为主的c语言开发经验,对标准库中的task同步互斥理解有些疑问,不得要领。 在此把我的疑惑讲出来,求得各位有何见解和真知。 案例代码: 1.1同步线程 使用 condition[code]logging.basicConfig( level=logging.DEBUG, format='%(asctime)s (%(threadName)-2s) %(message)s', ) def consumer(cond): """wait for the condition and use the resource"""...

by chx27 - Python - 2013-09-02 22:54:20 阅读(1079) 回复(0)

自整理,使用方法看doc里的文档 http://www.vim.org/scripts/download_script.php?src_id=18954

by sunsol - Python - 2012-11-14 10:46:51 阅读(1252) 回复(3)

本帖最后由 gdp8899 于 2013-07-11 00:14 编辑 报表日期2013-03-31 一、营业总收入27,200,800,000.00

python

by feiyang10086 - Python - 2010-12-03 10:45:30 阅读(1494) 回复(0)